mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 23:20:26 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f52ff8a447 | ||
|
|
ff26d49a22 | ||
|
|
1a1da3153c | ||
|
|
d44853434a |
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.33.11] - 2024-04-30
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.21.0.
|
||||||
|
|
||||||
|
## [2.33.10] - 2024-04-30
|
||||||
|
|
||||||
|
- Update `biome@latest` to 1.7.2.
|
||||||
|
|
||||||
## [2.33.9] - 2024-04-26
|
## [2.33.9] - 2024-04-26
|
||||||
|
|
||||||
- Update `syft@latest` to 1.3.0.
|
- Update `syft@latest` to 1.3.0.
|
||||||
@@ -2111,7 +2119,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.33.9...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.11...HEAD
|
||||||
|
[2.33.11]: https://github.com/taiki-e/install-action/compare/v2.33.10...v2.33.11
|
||||||
|
[2.33.10]: https://github.com/taiki-e/install-action/compare/v2.33.9...v2.33.10
|
||||||
[2.33.9]: https://github.com/taiki-e/install-action/compare/v2.33.8...v2.33.9
|
[2.33.9]: https://github.com/taiki-e/install-action/compare/v2.33.8...v2.33.9
|
||||||
[2.33.8]: https://github.com/taiki-e/install-action/compare/v2.33.7...v2.33.8
|
[2.33.8]: https://github.com/taiki-e/install-action/compare/v2.33.7...v2.33.8
|
||||||
[2.33.7]: https://github.com/taiki-e/install-action/compare/v2.33.6...v2.33.7
|
[2.33.7]: https://github.com/taiki-e/install-action/compare/v2.33.6...v2.33.7
|
||||||
|
|||||||
26
manifests/biome.json
generated
26
manifests/biome.json
generated
@@ -35,13 +35,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.7.1"
|
"version": "1.7.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.7.1"
|
"version": "1.7.2"
|
||||||
},
|
},
|
||||||
"1.7": {
|
"1.7": {
|
||||||
"version": "1.7.1"
|
"version": "1.7.2"
|
||||||
|
},
|
||||||
|
"1.7.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "1bad2fd02d9dc2d38800bb20d6222d0b6a3092e707ac8e0ec0f51134ea2525ae"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "568377bb375af65a9d6205365708a38fe1ac30105f7d1137248d7c343d69e8fa"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "5ebcab7d65c98268b199fcfe6e6732f46f2b41aeea77716a59110a380560d307"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "bdfe7c9fe1b3118c88190e0e5fbc8b1e3cb6dde08b0510a326f3f962f09a7f67"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "c0c20ca8f6f9f2441e2aacfca9e1625793195f54224ba0358dc84e85bdee58f0"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "e48a8de12448ba6b7d5b274ced53ebddf98a3bfabf676c45c8b60a8b7ad2572b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.7.1": {
|
"1.7.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
21
manifests/typos.json
generated
21
manifests/typos.json
generated
@@ -15,10 +15,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.20.10"
|
"version": "1.21.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.20.10"
|
"version": "1.21.0"
|
||||||
|
},
|
||||||
|
"1.21": {
|
||||||
|
"version": "1.21.0"
|
||||||
|
},
|
||||||
|
"1.21.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "e28b75a55460b18245edf18a3f4da28b0c9271c9c19edb1c32fe4301db573e7f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "b808f5598249e7e8f6a7dc9e58a6591c62de1d273c04baba50ea248cad01f8b5"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "caa1c4c83e6a7ab2e6432d6412f826da94f3967dc5f5cd80d6df845c0ef4f6bd"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "f6d2088ac6af68a02f68e12c4cc5e37278c702f3e1b7fc7da99f925435a9a5c5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.20": {
|
"1.20": {
|
||||||
"version": "1.20.10"
|
"version": "1.20.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user