We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f88140c + c1650c5 commit d3ca146Copy full SHA for d3ca146
2 files changed
.github/workflows/rust-clippy.yml
@@ -28,7 +28,7 @@ jobs:
28
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
29
steps:
30
- name: Checkout code
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
33
- name: Install Rust toolchain
34
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Build
20
run: cargo build --verbose
21
- name: Run tests
0 commit comments