mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-18 18:00:21 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49053c01a2 | ||
|
|
9e1a1df62b | ||
|
|
a616897257 | ||
|
|
09f39ef393 | ||
|
|
1ca2ea9ec6 | ||
|
|
c7e18b8005 |
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -1,6 +1,5 @@
|
|||||||
almalinux
|
almalinux
|
||||||
archlinux
|
archlinux
|
||||||
bindgen
|
|
||||||
binstall
|
binstall
|
||||||
coreutils
|
coreutils
|
||||||
cyclonedx
|
cyclonedx
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.42.7] - 2024-07-26
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.23.5.
|
||||||
|
|
||||||
|
## [2.42.6] - 2024-07-25
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.23.4.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.15.0.
|
||||||
|
|
||||||
## [2.42.5] - 2024-07-23
|
## [2.42.5] - 2024-07-23
|
||||||
|
|
||||||
- Update `wasmtime@latest` to 23.0.1.
|
- Update `wasmtime@latest` to 23.0.1.
|
||||||
@@ -2508,7 +2518,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.42.5...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.7...HEAD
|
||||||
|
[2.42.7]: https://github.com/taiki-e/install-action/compare/v2.42.6...v2.42.7
|
||||||
|
[2.42.6]: https://github.com/taiki-e/install-action/compare/v2.42.5...v2.42.6
|
||||||
[2.42.5]: https://github.com/taiki-e/install-action/compare/v2.42.4...v2.42.5
|
[2.42.5]: https://github.com/taiki-e/install-action/compare/v2.42.4...v2.42.5
|
||||||
[2.42.4]: https://github.com/taiki-e/install-action/compare/v2.42.3...v2.42.4
|
[2.42.4]: https://github.com/taiki-e/install-action/compare/v2.42.3...v2.42.4
|
||||||
[2.42.3]: https://github.com/taiki-e/install-action/compare/v2.42.2...v2.42.3
|
[2.42.3]: https://github.com/taiki-e/install-action/compare/v2.42.2...v2.42.3
|
||||||
|
|||||||
27
manifests/cargo-deny.json
generated
27
manifests/cargo-deny.json
generated
@@ -24,7 +24,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.24"
|
"version": "0.15.0"
|
||||||
|
},
|
||||||
|
"0.15": {
|
||||||
|
"version": "0.15.0"
|
||||||
|
},
|
||||||
|
"0.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCACC4A4C855C0",
|
||||||
|
"checksum": "c4396744bfd6b98fd3278dbb755cf1dd180875df516c1bfb018f167d4d667a9a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCACC4E2EE3C21",
|
||||||
|
"checksum": "7e8c8c0fe4f2eb5205f5d14f4fb0b4c4b0ce30e8d74490308451f1f768f59c0a"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCACC51FEA5D90",
|
||||||
|
"checksum": "6eb3e47a8fdfd68ceb524148f39fc7e15408a89c3f742970c64e6686b2184bff"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCACC4B15500E2",
|
||||||
|
"checksum": "5e0a92aeb8967b0495520fae0ec1c863944ad97f0af444cd9bc58e167d0ab98b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCACC497D6CA71",
|
||||||
|
"checksum": "26c31e6ad0e13899c44a70847eb5eecb1ff1e8846f82abe92afc8113e28bebfb"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.24"
|
"version": "0.14.24"
|
||||||
|
|||||||
42
manifests/typos.json
generated
42
manifests/typos.json
generated
@@ -16,13 +16,49 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.23.3"
|
"version": "1.23.5"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.23.3"
|
"version": "1.23.5"
|
||||||
},
|
},
|
||||||
"1.23": {
|
"1.23": {
|
||||||
"version": "1.23.3"
|
"version": "1.23.5"
|
||||||
|
},
|
||||||
|
"1.23.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCACE926CACF11",
|
||||||
|
"checksum": "b2768f758910e57daf2486b79c6b0855c60f5e2447f3dd0a0a168b29c57e1b04"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCACE91E359484",
|
||||||
|
"checksum": "04cb535d30c84dd80672c8cc22632666430e290b96bca2888db6a3a388225415"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCACE9552271D4",
|
||||||
|
"checksum": "5f750498b6b7e8b15497d1daa3874fa1377c255c2cb0949fc3475f6bd08814ce"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCACE927507FB6",
|
||||||
|
"checksum": "3d500ae3edd4fda4f45510bd3e26e30f3e5c7ab77d1630ab4cf69415fc695b56"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.23.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCACB70DB196B5",
|
||||||
|
"checksum": "7d3cefc66f99a3ee5680d87774341ef66c950210a47c66f0937e5c6377e48f06"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCACB6FC9D76C1",
|
||||||
|
"checksum": "01bd36e673d2fba8d8b60227b6b5931180e8b51ee1c34420ded59d0e7045cdcf"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCACB72F7D2A82",
|
||||||
|
"checksum": "a595e77d4ae9142a34678718eb95196c7def8a9bb461eab44567cd5e3c23dfeb"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCACB7047A9081",
|
||||||
|
"checksum": "660091ebe295fae7a94e1d05800a3198e725f7f98ee4dd5635323c83c611a741"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.23.3": {
|
"1.23.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user