mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 23:40:19 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cc02a3e23 | ||
|
|
7d35a2f35e | ||
|
|
47d27149ff | ||
|
|
52e5225feb |
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.20.4] - 2023-10-17
|
||||||
|
|
||||||
|
- Update `cargo-udeps@latest` to 0.1.43.
|
||||||
|
|
||||||
|
## [2.20.3] - 2023-10-12
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.15.0.
|
||||||
|
|
||||||
## [2.20.2] - 2023-10-11
|
## [2.20.2] - 2023-10-11
|
||||||
|
|
||||||
- Update `syft@latest` to 0.93.0.
|
- Update `syft@latest` to 0.93.0.
|
||||||
@@ -1297,7 +1305,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.20.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.20.4...HEAD
|
||||||
|
[2.20.4]: https://github.com/taiki-e/install-action/compare/v2.20.3...v2.20.4
|
||||||
|
[2.20.3]: https://github.com/taiki-e/install-action/compare/v2.20.2...v2.20.3
|
||||||
[2.20.2]: https://github.com/taiki-e/install-action/compare/v2.20.1...v2.20.2
|
[2.20.2]: https://github.com/taiki-e/install-action/compare/v2.20.1...v2.20.2
|
||||||
[2.20.1]: https://github.com/taiki-e/install-action/compare/v2.20.0...v2.20.1
|
[2.20.1]: https://github.com/taiki-e/install-action/compare/v2.20.0...v2.20.1
|
||||||
[2.20.0]: https://github.com/taiki-e/install-action/compare/v2.19.4...v2.20.0
|
[2.20.0]: https://github.com/taiki-e/install-action/compare/v2.19.4...v2.20.0
|
||||||
|
|||||||
24
manifests/cargo-udeps.json
generated
24
manifests/cargo-udeps.json
generated
@@ -31,10 +31,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.42"
|
"version": "0.1.43"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.42"
|
"version": "0.1.43"
|
||||||
|
},
|
||||||
|
"0.1.43": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "325d25f63df833d2fbacaee71997a628088ddc2c5f73c0c0a93ebacb3b773d16"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "f569ddb4c5a3ca5b881219df860bdb589fb9fcdf091a7eac69dc69ef2b69f39b"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "d25982e539042e919a4a8da82028f5922ce8d891c89ea7e3754545beb383b94e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "456b5a24f702bf33ddb96d96e79fe22b60d295fd4777de4b46b91807bfb3c50e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "29896a416e4d57426ab67df05d50a909ce749c727b7d6c041116e5254e97e882"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "75782b445a16311643a31d68e252a526a21c9d525923fdd8b09f5e0bd6f7107c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.42": {
|
"0.1.42": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.14.0"
|
"version": "1.15.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.14.0"
|
"version": "1.15.0"
|
||||||
|
},
|
||||||
|
"1.15": {
|
||||||
|
"version": "1.15.0"
|
||||||
|
},
|
||||||
|
"1.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "d61a87d3c65462ed77ec7fc14b42b6117529504c28b202a028fdd8b6f69e7e23"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "552a629af3636b43e02c6ad5b0366ad59e750b1f9d3d8fce941f9f04500bed39"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "12ce2fea454b73016f4536274f95cc0ac3c8d30c279cb36b7d8eb6a9331fcf89"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "b153f93b777589fa02a2159d781ae77fc06e6f678ad7ff4cb4310c4821f79868"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.14": {
|
"1.14": {
|
||||||
"version": "1.14.0"
|
"version": "1.14.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user