mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-04 04:00:30 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
840858c0d8 | ||
|
|
5508f9f361 | ||
|
|
0448a6044a | ||
|
|
a12d1334cb | ||
|
|
cfb63643d7 | ||
|
|
c07a374332 |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -237,9 +237,11 @@ jobs:
|
||||
- run: tools/manifest.sh
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- id: diff
|
||||
- name: Handle diff
|
||||
id: diff
|
||||
run: tools/ci/manifest.sh
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
- run: git add -N . && git diff --exit-code
|
||||
- id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
@@ -263,4 +265,3 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && (steps.create-pull-request.outputs.pull-request-operation == 'created' || steps.create-pull-request.outputs.pull-request-operation == 'updated')
|
||||
- run: git add -N . && git diff --exit-code
|
||||
|
||||
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]
|
||||
|
||||
## [2.47.27] - 2025-01-28
|
||||
|
||||
- Update `editorconfig-checker@latest` to 3.2.0.
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.6.3.
|
||||
|
||||
## [2.47.26] - 2025-01-27
|
||||
|
||||
- Update `wash@latest` to 0.38.0.
|
||||
|
||||
## [2.47.25] - 2025-01-24
|
||||
|
||||
- Update `release-plz@latest` to 0.3.114.
|
||||
@@ -3390,7 +3400,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.25...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.27...HEAD
|
||||
[2.47.27]: https://github.com/taiki-e/install-action/compare/v2.47.26...v2.47.27
|
||||
[2.47.26]: https://github.com/taiki-e/install-action/compare/v2.47.25...v2.47.26
|
||||
[2.47.25]: https://github.com/taiki-e/install-action/compare/v2.47.24...v2.47.25
|
||||
[2.47.24]: https://github.com/taiki-e/install-action/compare/v2.47.23...v2.47.24
|
||||
[2.47.23]: https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23
|
||||
|
||||
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.6.2"
|
||||
"version": "1.6.3"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.6.2"
|
||||
"version": "1.6.3"
|
||||
},
|
||||
"1.6": {
|
||||
"version": "1.6.2"
|
||||
"version": "1.6.3"
|
||||
},
|
||||
"1.6.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD3F12D1829838",
|
||||
"checksum": "670a1cf1ca2c01d30c8dd06ab7faae36158add03b0e9b2fbf0d1bbf8b8edf8e8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD3F12D26A45C7",
|
||||
"checksum": "1312ae530f4c3d8701640e159a19f2943461c81865890cf8d08d9807afcf3ca0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD3F12D30451BF",
|
||||
"checksum": "5274aea23d3e916b4939b817634254662b9b09899a0442c0b5efe7bc89891496"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD3F12D3AE7838",
|
||||
"checksum": "eda5196b2ea453fc357d1626720e79655fa64ef5e28a7e691698a268ebde5a34"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD3F12D4480F87",
|
||||
"checksum": "4494a562a4372f670bd6975484cc4d33334789961131553c81d35f953a3f0287"
|
||||
}
|
||||
},
|
||||
"1.6.2": {
|
||||
"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.1.2"
|
||||
"version": "3.2.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.1.2"
|
||||
"version": "3.2.0"
|
||||
},
|
||||
"3.2": {
|
||||
"version": "3.2.0"
|
||||
},
|
||||
"3.2.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-linux-amd64.tar.gz",
|
||||
"etag": "0x8DD3F08FBCBE9E3",
|
||||
"checksum": "5e6a63097904be33c8d18e960f54fd8f60ada5464fe0056cd3dbbd0678584d15",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-darwin-amd64.tar.gz",
|
||||
"etag": "0x8DD3F08FC132A08",
|
||||
"checksum": "3834ca689609122d3741b319ebb7aed2e53d69e4141c9b9cde18b2898c20f440",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-amd64.zip",
|
||||
"etag": "0x8DD3F08FC7A7849",
|
||||
"checksum": "af614995342fdf51308895f0df04c40d88d22b345c8df1dc7b5b379c1c54d441",
|
||||
"bin": "bin/ec-windows-amd64.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-linux-arm64.tar.gz",
|
||||
"etag": "0x8DD3F08FC1350E7",
|
||||
"checksum": "1a49bfff89d0622ccdf81d9a680c7c8bdf5dd80416b7046f66c1822ad0d60f85",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-darwin-arm64.tar.gz",
|
||||
"etag": "0x8DD3F08FC19D93F",
|
||||
"checksum": "f5855029e0b52c237ee751b09090fdc9711659165c558c1184f45da0105f20ce",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-arm64.zip",
|
||||
"etag": "0x8DD3F08FC3924EF",
|
||||
"checksum": "a212ce886b95c7ede06888b6c2356a1af77ba1c721fa20c55015d3051342aa63",
|
||||
"bin": "bin/ec-windows-arm64.exe"
|
||||
}
|
||||
},
|
||||
"3.1": {
|
||||
"version": "3.1.2"
|
||||
|
||||
27
manifests/wash.json
generated
27
manifests/wash.json
generated
@@ -19,7 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.37.0"
|
||||
"version": "0.38.0"
|
||||
},
|
||||
"0.38": {
|
||||
"version": "0.38.0"
|
||||
},
|
||||
"0.38.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD3EEC2CD0065E",
|
||||
"checksum": "8bba2463f4e121fdbbebc4046aabe1ade54aa3bd72ba70a57ad4b0e0e657bec2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD3EEC2BF542B2",
|
||||
"checksum": "edec0fa45d5ed437322d2813714b5b268d3882bf5ba93f857eefef26f068037b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD3EEC2C069451",
|
||||
"checksum": "befd98782a0ab1081c5f4f9dad770c57126770820feddcc7246fc1fdcad99caa"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD3EEC2BE7967B",
|
||||
"checksum": "bab4fad652eaa9bb1e890daa0478ec223aaf448fb72eb00e59014034a3bca345"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD3EEC2BD97591",
|
||||
"checksum": "c2d0443264d064c3f975809e945d19fb4180a3a1d21944e43ea261f7c3050450"
|
||||
}
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.0"
|
||||
|
||||
Reference in New Issue
Block a user