Skip to content

Commit f43ba21

Browse files
committed
Fix the typo on actions/checkout@v4
1 parent 1f457d5 commit f43ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Format
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v4
4141
- uses: dtolnay/[email protected]
4242
with:
4343
components: rustfmt

0 commit comments

Comments
 (0)