Skip to content

Commit d442282

Browse files
chore(deps): update github-actions (#566)
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.107` -> `v0.5.108` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | minor | `v2.52.8` -> `v2.54.0` | --- ### Release Notes <details> <summary>MarcoIeni/release-plz-action (MarcoIeni/release-plz-action)</summary> ### [`v0.5.108`](https://redirect.github.com/release-plz/action/releases/tag/v0.5.108) [Compare Source](https://redirect.github.com/MarcoIeni/release-plz-action/compare/v0.5.107...v0.5.108) #### What's Changed - Update to 0.3.136 by [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in [https://github.com/release-plz/action/pull/209](https://redirect.github.com/release-plz/action/pull/209) **Full Changelog**: release-plz/action@v0.5...v0.5.108 </details> <details> <summary>taiki-e/install-action (taiki-e/install-action)</summary> ### [`v2.54.0`](https://redirect.github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0) [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0) ### [`v2.53.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.2): 2.53.2 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2) - Fix `cargo-nextest` installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. ([#&#8203;1007](https://redirect.github.com/taiki-e/install-action/pull/1007)) - Update `rclone@latest` to 1.70.0. ### [`v2.53.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.1): 2.53.1 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1) - Support `typos` on AArch64 Linux. ([#&#8203;1004](https://redirect.github.com/taiki-e/install-action/pull/1004), thanks [@&#8203;vivienm](https://redirect.github.com/vivienm)) - Update `cargo-nextest@latest` to 0.9.99. ### [`v2.53.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.0): 2.53.0 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.8...v2.53.0) - Support `zizmor`. ([#&#8203;1002](https://redirect.github.com/taiki-e/install-action/pull/1002), thanks [@&#8203;jayvdb](https://redirect.github.com/jayvdb)) - Update `osv-scanner@latest` to 2.0.3. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a92459 commit d442282

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@dde7b63054529c440305a924e5849c68318bcc9a # v0.5.107
27+
uses: MarcoIeni/release-plz-action@8724d33cd97b8295051102e2e19ca592962238f5 # v0.5.108
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@7b20dfd705618832f20d29066e34aa2f2f6194c2 # v2.52.8
26+
- uses: taiki-e/install-action@9ba3ac3fd006a70c6e186a683577abc1ccf0ff3a # v2.54.0
2727
with:
2828
tool: zizmor
2929

0 commit comments

Comments
 (0)