Skip to content

Commit 532d6cd

Browse files
chore(deps): update oxc-project/setup-rust action to v1.0.6 (#89)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oxc-project/setup-rust](https://redirect.github.com/oxc-project/setup-rust) | action | patch | `v1.0.2` -> `v1.0.6` | --- ### Release Notes <details> <summary>oxc-project/setup-rust (oxc-project/setup-rust)</summary> ### [`v1.0.6`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.5...v1.0.6) [Compare Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.5...v1.0.6) ### [`v1.0.5`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.4...v1.0.5) [Compare Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.4...v1.0.5) ### [`v1.0.4`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.3...v1.0.4) [Compare Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.3...v1.0.4) ### [`v1.0.3`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.2...v1.0.3) [Compare Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.2...v1.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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed77f72 commit 532d6cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3131

32-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
32+
- uses: oxc-project/setup-rust@f78b3964e121f889426634f0eaeeb09fccecac08 # v1.0.6
3333
with:
3434
cache-key: benchmark
3535
save-cache: ${{ github.ref_name == 'main' }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
23-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
23+
- uses: oxc-project/setup-rust@f78b3964e121f889426634f0eaeeb09fccecac08 # v1.0.6
2424
with:
2525
save-cache: ${{ github.ref_name == 'main' }}
2626
components: clippy
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3636

37-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
37+
- uses: oxc-project/setup-rust@f78b3964e121f889426634f0eaeeb09fccecac08 # v1.0.6
3838
with:
3939
save-cache: ${{ github.ref_name == 'main' }}
4040
cache-key: wasm

0 commit comments

Comments
 (0)