We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3973668 commit ec45693Copy full SHA for ec45693
1 file changed
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Run fmt
20
run: cargo fmt --all -- --check
21
- name: Clippy
0 commit comments