Skip to content

Commit 4526304

Browse files
chore(deps): update github-actions (#512)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MarcoIeni/release-plz-action](https://redirect.github.com/MarcoIeni/release-plz-action) | action | patch | `v0.5.105` -> `v0.5.106` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | patch | `v2.50.7` -> `v2.50.10` | --- ### Release Notes <details> <summary>MarcoIeni/release-plz-action (MarcoIeni/release-plz-action)</summary> ### [`v0.5.106`](https://redirect.github.com/release-plz/action/releases/tag/v0.5.106) [Compare Source](https://redirect.github.com/MarcoIeni/release-plz-action/compare/v0.5.105...v0.5.106) #### What's Changed - update cargo-semver-checks to 0.41 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/206](https://redirect.github.com/release-plz/action/pull/206) - Update to 0.3.134 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/207](https://redirect.github.com/release-plz/action/pull/207) **Full Changelog**: release-plz/action@v0.5...v0.5.106 </details> <details> <summary>taiki-e/install-action (taiki-e/install-action)</summary> ### [`v2.50.10`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.50.10): 2.50.10 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.50.9...v2.50.10) - Update `trunk@latest` to 0.21.14. - Update `release-plz@latest` to 0.3.134. - Update `cargo-binstall@latest` to 1.12.4. ### [`v2.50.9`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.50.9): 2.50.9 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.50.8...v2.50.9) - Update `editorconfig-checker@latest` to 3.3.0. - Update `cargo-lambda@latest` to 1.8.5. ### [`v2.50.8`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.50.8): 2.50.8 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.50.7...v2.50.8) - Update `cargo-tarpaulin@latest` to 0.32.5. - Update `mdbook@latest` to 0.4.49. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2pm on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 145af88 commit 4526304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run release-plz
2626
id: release-plz
27-
uses: MarcoIeni/release-plz-action@bbd1afc9813d25602e002b29e96e0aacebab1160 # v0.5.105
27+
uses: MarcoIeni/release-plz-action@57d6b19001af9a5f21e461fc67adbb5a5f4d5ebe # v0.5.106
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2525

26-
- uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61 # v2.50.7
26+
- uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b # v2.50.10
2727
with:
2828
tool: zizmor
2929

0 commit comments

Comments
 (0)