mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-03 19:50:35 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97a83ae134 | ||
|
|
1d4f28216c | ||
|
|
8bbf465779 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.50.9] - 2025-05-07
|
||||
|
||||
- Update `editorconfig-checker@latest` to 3.3.0.
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.8.5.
|
||||
|
||||
## [2.50.8] - 2025-05-06
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.32.5.
|
||||
@@ -3868,7 +3874,8 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.50.8...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.50.9...HEAD
|
||||
[2.50.9]: https://github.com/taiki-e/install-action/compare/v2.50.8...v2.50.9
|
||||
[2.50.8]: https://github.com/taiki-e/install-action/compare/v2.50.7...v2.50.8
|
||||
[2.50.7]: https://github.com/taiki-e/install-action/compare/v2.50.6...v2.50.7
|
||||
[2.50.6]: https://github.com/taiki-e/install-action/compare/v2.50.5...v2.50.6
|
||||
|
||||
28
manifests/cargo-lambda.json
generated
28
manifests/cargo-lambda.json
generated
@@ -20,13 +20,35 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.5"
|
||||
},
|
||||
"1.8.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD8CE39596B9EA",
|
||||
"checksum": "c85abcef098b2add55fcbf44b1287663bae26773dd1e900fb2d99b1f8d8453af"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD8CE39653DDCC",
|
||||
"checksum": "813aca0784da967ce8745953717e38ad2e512999c276d0b6764c9092f4a7a5ac"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD8CE39717B0F1",
|
||||
"checksum": "31a3da74b157b2284190b4fd392a7fa92824362368b4bfc3455064ff78b5a675"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD8CE3982925AA",
|
||||
"checksum": "c68117e4669724a813f0d30e923869cb11d52d1d31b0452fc81662be474c5c9e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD8CE398D0DDE3",
|
||||
"checksum": "88847c5c24c15762fcc657cb4d8a809535361e361dc1e159733377f49692f86a"
|
||||
}
|
||||
},
|
||||
"1.8.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
45
manifests/editorconfig-checker.json
generated
45
manifests/editorconfig-checker.json
generated
@@ -3,10 +3,51 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.2.1"
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.2.1"
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3.3": {
|
||||
"version": "3.3.0"
|
||||
},
|
||||
"3.3.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-linux-amd64.tar.gz",
|
||||
"etag": "0x8DD8D3512C94B32",
|
||||
"checksum": "923b80494b09b362d4fdb0d706913b67da0d60b4e2d34e5e346aa7e4118d6ab3",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-darwin-amd64.tar.gz",
|
||||
"etag": "0x8DD8D3512CD177D",
|
||||
"checksum": "64d1898a53332f45c427222814357a8ce4ad89370dc57e4e43945e69558230c3",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-windows-amd64.zip",
|
||||
"etag": "0x8DD8D35128258E7",
|
||||
"checksum": "6234197229170c9b956c244c821e09082a95c507e22159e0b2bce6562fd82a22",
|
||||
"bin": "bin/ec-windows-amd64.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-linux-arm64.tar.gz",
|
||||
"etag": "0x8DD8D3512741107",
|
||||
"checksum": "9cfc3ae7aee4d441cc6d7eb59d2727edc672642d7d0990fa40d464803d4f0862",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-darwin-arm64.tar.gz",
|
||||
"etag": "0x8DD8D351230C426",
|
||||
"checksum": "b39d1320ee6794c942a97e3be457e6b7ab50b1ac2f60e1a50a1aff2ab48c6588",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.3.0/ec-windows-arm64.zip",
|
||||
"etag": "0x8DD8D351237C130",
|
||||
"checksum": "614aaff80c0e8a5db5ee0b3ec6abac558ac1eca694f058e802bfe52925ea65e5",
|
||||
"bin": "bin/ec-windows-arm64.exe"
|
||||
}
|
||||
},
|
||||
"3.2": {
|
||||
"version": "3.2.1"
|
||||
|
||||
Reference in New Issue
Block a user