We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33038e2 commit ace5cb1Copy full SHA for ace5cb1
.github/workflows/rust.yml
@@ -20,7 +20,7 @@ jobs:
20
build-and-test:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- name: Build
25
run: cargo build --verbose
26
- name: Run tests
0 commit comments