Commit 4b79cbe
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments