Skip to content

Commit f8ec9a2

Browse files
committed
Github actions are the worst.
1 parent b6b2f1a commit f8ec9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test: cargo test --verbose --all-features
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- name: CargoFmt
3737
run: rustup component add rustfmt
3838
- name: Dependencies

0 commit comments

Comments
 (0)