Skip to content

Commit 4b79cbe

Browse files
branchseerclaude
andauthored
fix(ci): update oxc-project/setup-rust action version comments to v1.0.2 (#355)
## Summary Updated version comments in the CI workflow to reflect the correct version of the `oxc-project/setup-rust` action being used. ## Changes - Updated version comment from `v1.0.0` to `v1.0.2` for the `oxc-project/setup-rust` action across three CI jobs: - Clippy job (line 55) - Test job (line 110) - Format job (line 223) ## Details The action reference itself (commit SHA `d286d43bc1f606abbd98096666ff8be68c8d5f57`) remains unchanged; only the version comment annotations have been updated to accurately reflect the version being used. This ensures consistency between the actual action version and its documentation in the workflow file. https://claude.ai/code/session_01Ea2fdDbjcYDAoVmjjfGxX5 Co-authored-by: Claude <noreply@anthropic.com>
1 parent f84bb14 commit 4b79cbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Update submodules
5151
run: git submodule update --init --recursive
5252

53-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
53+
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
5454
with:
5555
save-cache: ${{ github.ref_name == 'main' }}
5656
cache-key: clippy
@@ -105,7 +105,7 @@ jobs:
105105
CARGO_HOME,{{ DEV_DRIVE }}/.cargo
106106
RUSTUP_HOME,{{ DEV_DRIVE }}/.rustup
107107
108-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
108+
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
109109
with:
110110
save-cache: ${{ github.ref_name == 'main' }}
111111
cache-key: test
@@ -218,7 +218,7 @@ jobs:
218218
- name: Update submodules
219219
run: git submodule update --init --recursive
220220

221-
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
221+
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
222222
with:
223223
save-cache: ${{ github.ref_name == 'main' }}
224224
cache-key: fmt

0 commit comments

Comments
 (0)