mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60784cb1f4 | ||
|
|
ccdec58fd9 | ||
|
|
c2bb13fe14 | ||
|
|
5730b40ec8 | ||
|
|
70765aab52 | ||
|
|
980709d4ed |
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.33.34] - 2024-05-26
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.46.1.
|
||||||
|
|
||||||
|
## [2.33.33] - 2024-05-25
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.46.0.
|
||||||
|
|
||||||
|
## [2.33.32] - 2024-05-25
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.27.0.
|
||||||
|
|
||||||
## [2.33.31] - 2024-05-25
|
## [2.33.31] - 2024-05-25
|
||||||
|
|
||||||
- Update `cargo-binstall@latest` to 1.6.8.
|
- Update `cargo-binstall@latest` to 1.6.8.
|
||||||
@@ -2207,7 +2219,10 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.31...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.34...HEAD
|
||||||
|
[2.33.34]: https://github.com/taiki-e/install-action/compare/v2.33.33...v2.33.34
|
||||||
|
[2.33.33]: https://github.com/taiki-e/install-action/compare/v2.33.32...v2.33.33
|
||||||
|
[2.33.32]: https://github.com/taiki-e/install-action/compare/v2.33.31...v2.33.32
|
||||||
[2.33.31]: https://github.com/taiki-e/install-action/compare/v2.33.30...v2.33.31
|
[2.33.31]: https://github.com/taiki-e/install-action/compare/v2.33.30...v2.33.31
|
||||||
[2.33.30]: https://github.com/taiki-e/install-action/compare/v2.33.29...v2.33.30
|
[2.33.30]: https://github.com/taiki-e/install-action/compare/v2.33.29...v2.33.30
|
||||||
[2.33.29]: https://github.com/taiki-e/install-action/compare/v2.33.28...v2.33.29
|
[2.33.29]: https://github.com/taiki-e/install-action/compare/v2.33.28...v2.33.29
|
||||||
|
|||||||
39
manifests/dprint.json
generated
39
manifests/dprint.json
generated
@@ -24,7 +24,44 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.45.1"
|
"version": "0.46.1"
|
||||||
|
},
|
||||||
|
"0.46": {
|
||||||
|
"version": "0.46.1"
|
||||||
|
},
|
||||||
|
"0.46.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "4a7d6fa6b920ab150f580965556086cdd7992e07078e627ab9a9d1c3bd30ba85"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "cdea84bce1d84c26e8eced2265d246b79a849ec2e7d1377d98dd7bdb21c7ce83"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "74e5ab38c744d5903862c2b5174d0fef9759b5506da775e1fb93b6a68c63101d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "e2b6d87167d21f1f01571790e79526ef9caff3b8b75f5cac348c4f06f60a8c16"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "f3ff4faef83d14c3b4ae262e79a40d4e0fc3fa1903d0b6e9b82f0b25b00e9499"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.46.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "7a2c12edc868259be890174c4ec3bd51c81ec8773aa294e12fac0634f36d15f5"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "e339f1f891c60087676d72f70ba5f80dcaedde4bdc58730b9cb68a5483b3abfd"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "786201545938f6f7c6d407e6404b31ae9bbf9e5a4abc4c88dc9bd73da369a906"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "e52c0a3398e34e88ffe560e719bf8361ba3f35b4e0927ab9ba0761796884ce24"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "4b608b3676f10e04328c3d8be396bded96328ebca9b95b70bf5baf67bed7b135"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.45": {
|
"0.45": {
|
||||||
"version": "0.45.1"
|
"version": "0.45.1"
|
||||||
|
|||||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.26.0"
|
"version": "1.27.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.26.0"
|
"version": "1.27.0"
|
||||||
|
},
|
||||||
|
"1.27": {
|
||||||
|
"version": "1.27.0"
|
||||||
|
},
|
||||||
|
"1.27.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "6cc91651c4dd5e287df8ea7b3087c44120ba95a32ee50497bb071695846ab086"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "ae5dae799d3dafeaf4d53e221e1efdeec88980a38375b0d6dbc9c9bb16eec273"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "08dca5c6e30258cbb24ec30eb8ea1e3ba5b2beb5349eaabee450230ce45ef585"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "f049d134d311b3d2190d30a936e0a4257df156082cab37d4eb2ace1b760154ca"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "5d6b05ab581dca9346114df7c9f7285f54d4b80d8082e2c8fce51a42b3dbdb9c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.26": {
|
"1.26": {
|
||||||
"version": "1.26.0"
|
"version": "1.26.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user