mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57fbff3bfb | ||
|
|
900d5c4607 | ||
|
|
2b8d4e021f | ||
|
|
3bce245790 | ||
|
|
26a2a392a9 | ||
|
|
00e0dd5497 |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.22.8] - 2023-12-20
|
||||
|
||||
- Update `just@latest` to 1.17.0.
|
||||
|
||||
## [2.22.7] - 2023-12-19
|
||||
|
||||
- Update `zola@latest` to 0.18.0.
|
||||
|
||||
## [2.22.6] - 2023-12-18
|
||||
|
||||
- Update `dprint@latest` to 0.44.0.
|
||||
|
||||
## [2.22.5] - 2023-12-16
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.9.
|
||||
@@ -1521,7 +1533,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.5...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.8...HEAD
|
||||
[2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8
|
||||
[2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7
|
||||
[2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
|
||||
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5
|
||||
[2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4
|
||||
[2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3
|
||||
|
||||
22
manifests/dprint.json
generated
22
manifests/dprint.json
generated
@@ -24,7 +24,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.43.2"
|
||||
"version": "0.44.0"
|
||||
},
|
||||
"0.44": {
|
||||
"version": "0.44.0"
|
||||
},
|
||||
"0.44.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "1407c11d0855d6eb5ed4b2891b4fc7effcdaa276a7d77b5b20b65540ef90f58f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "758f501e3f47be0d880e79449dc3ebc269a8c52efc4a7fc53a5756fd1b673005"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e100d917a6c2c76458acedf7b9745ceb8cd380c56a5b1f09f6e27c8f41a94d8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "7ec71a031c7374b43122c065d49768cacf6561ae8980d0aa09202d7de01749f6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "68fc1abebe70b3947ec7e019bb3c3d47939cb71a8c0877f1a632b552edfaf6e0"
|
||||
}
|
||||
},
|
||||
"0.43": {
|
||||
"version": "0.43.2"
|
||||
|
||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17": {
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "dac0ae3850b6a68c927930b956be5bc17250f01853be4338bd3277c3f57df743"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3dd5b14275b940f26b0a6223d9f4cb41a93acfe22282d7ff3fd4bb3e1e742e84"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e2fd34d9be9247a8f962954e1d47aede2774bbd3aa1619015fa822150943ef3"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "11c5822d0826034b129ee80af687a3934622fcf6127920b814567202d0000e93"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1e04d68431762b8898e73f5c9a34e1541132789b719d95063cbf2ac259dffb27"
|
||||
}
|
||||
},
|
||||
"1.16": {
|
||||
"version": "1.16.0"
|
||||
|
||||
16
manifests/zola.json
generated
16
manifests/zola.json
generated
@@ -12,7 +12,21 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.17.2"
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "521ca7990b60e1270df807e01cbeb1ce69ef099745883b7929a4944cd5625d3e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "19833c38ce455cb97a9b2dce1dd882af973553e66f722e9a599e1ca152e412ba"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "9c0f2880ace47a723999a2b9a96fb12178d12d62cd5e56f3c975266552594949"
|
||||
}
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.2"
|
||||
|
||||
Reference in New Issue
Block a user