mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-19 10:20:22 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37b71c39b2 | ||
|
|
19c71244d4 | ||
|
|
5c256d5a57 | ||
|
|
1dbbb927fa |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.32.19] - 2024-04-17
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.20.9.
|
||||||
|
|
||||||
|
## [2.32.18] - 2024-04-16
|
||||||
|
|
||||||
|
- Update `biome@latest` to 1.7.0.
|
||||||
|
|
||||||
## [2.32.17] - 2024-04-13
|
## [2.32.17] - 2024-04-13
|
||||||
|
|
||||||
- Update `cargo-tarpaulin@latest` to 0.28.0.
|
- Update `cargo-tarpaulin@latest` to 0.28.0.
|
||||||
@@ -2057,7 +2065,9 @@ 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.32.17...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.19...HEAD
|
||||||
|
[2.32.19]: https://github.com/taiki-e/install-action/compare/v2.32.18...v2.32.19
|
||||||
|
[2.32.18]: https://github.com/taiki-e/install-action/compare/v2.32.17...v2.32.18
|
||||||
[2.32.17]: https://github.com/taiki-e/install-action/compare/v2.32.16...v2.32.17
|
[2.32.17]: https://github.com/taiki-e/install-action/compare/v2.32.16...v2.32.17
|
||||||
[2.32.16]: https://github.com/taiki-e/install-action/compare/v2.32.15...v2.32.16
|
[2.32.16]: https://github.com/taiki-e/install-action/compare/v2.32.15...v2.32.16
|
||||||
[2.32.15]: https://github.com/taiki-e/install-action/compare/v2.32.14...v2.32.15
|
[2.32.15]: https://github.com/taiki-e/install-action/compare/v2.32.14...v2.32.15
|
||||||
|
|||||||
27
manifests/biome.json
generated
27
manifests/biome.json
generated
@@ -35,10 +35,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.6.4"
|
"version": "1.7.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.6.4"
|
"version": "1.7.0"
|
||||||
|
},
|
||||||
|
"1.7": {
|
||||||
|
"version": "1.7.0"
|
||||||
|
},
|
||||||
|
"1.7.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "9e8df2e263bd1a3c057a661682b280edf73c40a288f0c3267d11fcde2553cb87"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "2586beedcefa5ad6c5f2ae43148bf4c4e266eab3718e8b0355deb3b388e03358"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "a305a0e39b54301c97ab72c40db3409cc7d452096eee659c2402338402126f24"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "a042bf5ee40e0b84ee7860a58af69d0766db719eec5a103e9f09b2eef08cf663"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "3ea37facceb5f565bd6ec5e343ed7aa4257ae78f42671dd68d9af06a1018803b"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "89d972f4d3e41475802b9d3f0e1dc6ed9d31079e8902813f9e4a5600fd814a81"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.6": {
|
"1.6": {
|
||||||
"version": "1.6.4"
|
"version": "1.6.4"
|
||||||
|
|||||||
20
manifests/typos.json
generated
20
manifests/typos.json
generated
@@ -15,13 +15,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.20.8"
|
"version": "1.20.9"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.20.8"
|
"version": "1.20.9"
|
||||||
},
|
},
|
||||||
"1.20": {
|
"1.20": {
|
||||||
"version": "1.20.8"
|
"version": "1.20.9"
|
||||||
|
},
|
||||||
|
"1.20.9": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "3f36e675f9b463b0c385af92653f249f663d09ce1496cc1534f4a848a34cfc04"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "16591f4c39d31e9cb082cfcdb00d4b296a7254f0fa4f6446f27278d43863cb75"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "0acb7374014653b93c34301b2e2c5a7e47a74a88124173b4d6269866d1856687"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "489ec947b024bdce526157e48540aa020c2c7079729c49f7d89d26d29fe4bc72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.20.8": {
|
"1.20.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user