mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-13 07:40:50 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e834388ca | ||
|
|
70b3188323 | ||
|
|
f0c3e0a7c5 | ||
|
|
d4e8bc812c |
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.13.2] - 2023-08-01
|
||||||
|
|
||||||
|
- Update `syft@latest` to 0.86.1.
|
||||||
|
|
||||||
|
## [2.13.1] - 2023-07-31
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.40.1.
|
||||||
|
|
||||||
## [2.13.0] - 2023-07-31
|
## [2.13.0] - 2023-07-31
|
||||||
|
|
||||||
- Support `cargo-careful`. ([#173](https://github.com/taiki-e/install-action/pull/173))
|
- Support `cargo-careful`. ([#173](https://github.com/taiki-e/install-action/pull/173))
|
||||||
@@ -1005,7 +1013,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.13.0...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.13.2...HEAD
|
||||||
|
[2.13.2]: https://github.com/taiki-e/install-action/compare/v2.13.1...v2.13.2
|
||||||
|
[2.13.1]: https://github.com/taiki-e/install-action/compare/v2.13.0...v2.13.1
|
||||||
[2.13.0]: https://github.com/taiki-e/install-action/compare/v2.12.23...v2.13.0
|
[2.13.0]: https://github.com/taiki-e/install-action/compare/v2.12.23...v2.13.0
|
||||||
[2.12.23]: https://github.com/taiki-e/install-action/compare/v2.12.22...v2.12.23
|
[2.12.23]: https://github.com/taiki-e/install-action/compare/v2.12.22...v2.12.23
|
||||||
[2.12.22]: https://github.com/taiki-e/install-action/compare/v2.12.21...v2.12.22
|
[2.12.22]: https://github.com/taiki-e/install-action/compare/v2.12.21...v2.12.22
|
||||||
|
|||||||
21
manifests/dprint.json
generated
21
manifests/dprint.json
generated
@@ -20,10 +20,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.40.0"
|
"version": "0.40.1"
|
||||||
},
|
},
|
||||||
"0.40": {
|
"0.40": {
|
||||||
"version": "0.40.0"
|
"version": "0.40.1"
|
||||||
|
},
|
||||||
|
"0.40.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "0bc9cf7e191bd0c9a3e0ff84c77837da1a14f399220246d1955774135c0e40e6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "a510053186e3cc9a802807cccf3e5eac3427fa1ceddd3e6f9ccb59dce7051ac0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "a51788272cf3412f7cdaecde1c570e22f93f01f89ae14587712b0f8f321a47e2"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"checksum": "53056d49e4c4394f52de95a3910a9d4a8986287f728886f0d768d2908975e92e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "8b8826460309a6306a3bab9150bd84344eccb59ca0e8c38ca551dfea6c1efc9b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.40.0": {
|
"0.40.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
39
manifests/syft.json
generated
39
manifests/syft.json
generated
@@ -27,7 +27,44 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.85.0"
|
"version": "0.86.1"
|
||||||
|
},
|
||||||
|
"0.86": {
|
||||||
|
"version": "0.86.1"
|
||||||
|
},
|
||||||
|
"0.86.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "6316bff6b9a40c893422ec4df12c7da6a200f7ca08842cccc39bf94cd69f28c8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "5e506e96ac2ae01e9d2598e66dcc9375d0d4018031e54725e25b26bc0ed9f177"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "b0a8141b46de13ccf82dd12fd8eddb77888aef770ef210ee35f9c68a61122b93"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "ed143b563c231ab3acdf805ff4b68d808d4ccf2ed35ec829aa5c377de0cc02ee"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "e538cc1881d9b2446d4d20ea19f650e567cb729c38ad05c268c712450bcf7ecf"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.86.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "f05da10cbf60cb5f9edcd8da79762bc5b4a495d828bad23b301632ffc18ddfb1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "d8c7169086347427bc1317ce484d21049331f34c516f209e01335b6c4ba89648"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ffb447ca43ac4761796f9463b88b2bdca5f45169ac5ace86413c70394cefdc3e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "c6aa2fe68101b349b8426c0fb119b98d24a361e3bdac0554f477c5a943bb288d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "e083dbf018cfa5bffd2904a1c4c9277cface05bdfdd2ec6b46b171091c3e6a91"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.85": {
|
"0.85": {
|
||||||
"version": "0.85.0"
|
"version": "0.85.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user