We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45117d commit d974bffCopy full SHA for d974bff
.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: Build
20
run: cargo build --verbose
21
- name: Run tests
0 commit comments