mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 18:10:26 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ada1a57be8 | ||
|
|
afc83a47c0 | ||
|
|
3fc1605ecf | ||
|
|
85ca29eaeb | ||
|
|
93a6e1f102 | ||
|
|
019e221005 | ||
|
|
624ef34326 | ||
|
|
c984ca7702 |
8
.github/workflows/manifest.yml
vendored
8
.github/workflows/manifest.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- 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')
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
- run: git add -N . && git -c color.ui=always diff --exit-code
|
||||
- id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
@@ -64,16 +64,16 @@ jobs:
|
||||
This will be auto-merged when CI has passed because this is an auto-generated PR in a defined format and is usually considered no additional review is required.
|
||||
branch: update-manifest
|
||||
token: ${{ secrets.CREATE_PR_TOKEN }}
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false'
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false'
|
||||
- name: Enable auto-merge for auto-generated PR
|
||||
run: gh pr merge --rebase --auto "${PR_NUMBER:?}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CREATE_PR_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'
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && steps.create-pull-request.outputs.pull-request-operation == 'created'
|
||||
- name: Approve auto-generated PR for auto-merge
|
||||
run: gh pr review --approve "${PR_NUMBER:?}"
|
||||
env:
|
||||
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')
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || 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')
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -10,6 +10,20 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.49.7] - 2025-02-27
|
||||
|
||||
- Update `cargo-deny@latest` to 0.18.1.
|
||||
|
||||
## [2.49.6] - 2025-02-27
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.7.0.
|
||||
|
||||
## [2.49.5] - 2025-02-25
|
||||
|
||||
- Update `wasmtime@latest` to 30.0.2.
|
||||
|
||||
- Update `release-plz@latest` to 0.3.123.
|
||||
|
||||
## [2.49.4] - 2025-02-25
|
||||
|
||||
- Update `typos@latest` to 1.29.10.
|
||||
@@ -3578,7 +3592,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.4...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.7...HEAD
|
||||
[2.49.7]: https://github.com/taiki-e/install-action/compare/v2.49.6...v2.49.7
|
||||
[2.49.6]: https://github.com/taiki-e/install-action/compare/v2.49.5...v2.49.6
|
||||
[2.49.5]: https://github.com/taiki-e/install-action/compare/v2.49.4...v2.49.5
|
||||
[2.49.4]: https://github.com/taiki-e/install-action/compare/v2.49.3...v2.49.4
|
||||
[2.49.3]: https://github.com/taiki-e/install-action/compare/v2.49.2...v2.49.3
|
||||
[2.49.2]: https://github.com/taiki-e/install-action/compare/v2.49.1...v2.49.2
|
||||
|
||||
26
manifests/cargo-deny.json
generated
26
manifests/cargo-deny.json
generated
@@ -24,10 +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)",
|
||||
"latest": {
|
||||
"version": "0.18.0"
|
||||
"version": "0.18.1"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.0"
|
||||
"version": "0.18.1"
|
||||
},
|
||||
"0.18.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD56FE3AFCABBF",
|
||||
"checksum": "0ea3ced1541ae7a06487dbe723a95d809dbe964891fb5ec704227bd8e7fc33e0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD56FE37FF0016",
|
||||
"checksum": "27158590309c0198b713c79500f2ba092375cbc75bde7f6ff576ac57b4836e8b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD56FEBED58597",
|
||||
"checksum": "a2f0146ca2e15a93a796ee5e5d364b0eed8a8ea6e959dc32dba1b36916e2f796"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD56FE49C48325",
|
||||
"checksum": "564241cea4948775e91eaa96899c1259e3b5fd678366d2f626950dc686aae4fb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD56FE330F2FF5",
|
||||
"checksum": "12ffa1faeaaff6fa37bf24cff24acd2d6dc95b47c5d339dd337ceb930ed7286e"
|
||||
}
|
||||
},
|
||||
"0.18.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
29
manifests/cargo-lambda.json
generated
29
manifests/cargo-lambda.json
generated
@@ -20,10 +20,35 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.6.3"
|
||||
"version": "1.7.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.6.3"
|
||||
"version": "1.7.0"
|
||||
},
|
||||
"1.7": {
|
||||
"version": "1.7.0"
|
||||
},
|
||||
"1.7.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD56BF9E11BA5C",
|
||||
"checksum": "f5166a3f382056d819b90974a97c71db7f5bf84c5078edc94f79b143886cdf90"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD56BF9EA60050",
|
||||
"checksum": "7b188fef3c9476958cdeca463d649165adcae782b8ef88c43b3d87c392a94cd1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD56BF9F5D3743",
|
||||
"checksum": "e3e1c5aee7d34d6d2b12cf833ef549baeb9c4d67e3bd3bc89841c8dc01bc5c83"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD56BFA000AE63",
|
||||
"checksum": "4f13f82823a2d06bc28d0c7f38dc398514a4279866ba8c1e543e30a24a762891"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD56BFA09FE47E",
|
||||
"checksum": "d9dc72ab5b4ef8fca16bcd24b21072c4f5397b233b4a05e85e10a01bcd0b6920"
|
||||
}
|
||||
},
|
||||
"1.6": {
|
||||
"version": "1.6.3"
|
||||
|
||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.3.122"
|
||||
"version": "0.3.123"
|
||||
},
|
||||
"0.3": {
|
||||
"version": "0.3.122"
|
||||
"version": "0.3.123"
|
||||
},
|
||||
"0.3.123": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD55B71CC7C6AD",
|
||||
"checksum": "19d590704d7560f5d2acea40828a8a9a80bf2a931a61c8f75698e6e91912e163"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD55B759679238",
|
||||
"checksum": "c20ad8124fdc8ef79dde10637b968a801ea6c20c93aa74bf6ff29bdf447e1815"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD55B7C1CF5CA5",
|
||||
"checksum": "590bfae52c96f88422e92d1ce27f19705c10184057dddd02647649d8b34659bc"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD55B7248F236F",
|
||||
"checksum": "718fba2a45c87b8ba06b49070670b42f9d9dbeaf9dd7ef5b15fb104e606a3156"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD55B7745F658C",
|
||||
"checksum": "377d1a9c8408e193b97105127dece36d16f9a1401b56642f539ff0b53130c167"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD55B7B12E1D1D",
|
||||
"checksum": "13ba4474f422ac75be9099ab0bc754d22911428dc974109fc92beac8b02f3d51"
|
||||
}
|
||||
},
|
||||
"0.3.122": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/wasmtime.json
generated
32
manifests/wasmtime.json
generated
@@ -28,13 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "30.0.1"
|
||||
"version": "30.0.2"
|
||||
},
|
||||
"30": {
|
||||
"version": "30.0.1"
|
||||
"version": "30.0.2"
|
||||
},
|
||||
"30.0": {
|
||||
"version": "30.0.1"
|
||||
"version": "30.0.2"
|
||||
},
|
||||
"30.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DD55CAB43B7C70",
|
||||
"checksum": "7f8ac87e40cee0987a5e0a1918a4330fd42e984400e2ec3080ff019ba254e788"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD55CAB545A62E",
|
||||
"checksum": "610d054fcabb4902f788e45afb7434ce9264277c5ccae24b46292602c4bb4146"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD55CAB9128AEE",
|
||||
"checksum": "bd32eba62ba4f2978bd0aecc95d3742b8b7101b806cf7de8c4b62c1fbd7a8017"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD55CAA8387AC8",
|
||||
"checksum": "197c5c8c4debc3394ba1e5b1193bfd0acb64a97d1dbcbe52d15192d12dc796ee"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD55CAA910D029",
|
||||
"checksum": "accbbadb4891c8c623dd315a28ebb0c3764b0863bc09f99031fedf7e037ab253"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD55CAAB1AA83F",
|
||||
"checksum": "0948bb53352b76077355f96c948a208efa5d6f84efe67610fd5a49230d722bbe"
|
||||
}
|
||||
},
|
||||
"30.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user