Skip to content

Commit 7ef84a5

Browse files
chore(deps): update oxc-project/setup-rust action to v1.0.17 (#97)
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.16` → `v1.0.17` | --- ### Release Notes <details> <summary>oxc-project/setup-rust (oxc-project/setup-rust)</summary> ### [`v1.0.17`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.16...v1.0.17) [Compare Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.16...v1.0.17) </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - 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/rolldown/notify). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6df7b43 commit 7ef84a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
2020

21-
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
21+
- uses: oxc-project/setup-rust@3d6fb132fbe7cdcb66bf8ec193911c2945369d12 # v1.0.17
2222
with:
2323
save-cache: ${{ github.ref_name == 'main' }}
2424
cache-key: common-quality
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
4646

47-
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
47+
- uses: oxc-project/setup-rust@3d6fb132fbe7cdcb66bf8ec193911c2945369d12 # v1.0.17
4848
with:
4949
save-cache: ${{ github.ref_name == 'main' }}
5050
cache-key: quality
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
8080

81-
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
81+
- uses: oxc-project/setup-rust@3d6fb132fbe7cdcb66bf8ec193911c2945369d12 # v1.0.17
8282
with:
8383
save-cache: ${{ github.ref_name == 'main' }}
8484
cache-key: test
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
102102

103-
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
103+
- uses: oxc-project/setup-rust@3d6fb132fbe7cdcb66bf8ec193911c2945369d12 # v1.0.17
104104
with:
105105
save-cache: ${{ github.ref_name == 'main' }}
106106
cache-key: test-android
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
127127

128-
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
128+
- uses: oxc-project/setup-rust@3d6fb132fbe7cdcb66bf8ec193911c2945369d12 # v1.0.17
129129
with:
130130
save-cache: ${{ github.ref_name == 'main' }}
131131
cache-key: test-wasi

0 commit comments

Comments
 (0)