We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576ddd9 commit 90a9400Copy full SHA for 90a9400
.github/workflows/build-and-test.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: dtolnay/rust-toolchain@stable
27
28
- name: Check out repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Generate Cargo.lock
32
run: cargo generate-lockfile
.github/workflows/pre-commit.yaml
@@ -29,7 +29,7 @@ jobs:
33
with:
34
persist-credentials: false
35
.github/workflows/security-audit.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Install cargo-audit
run: cargo binstall cargo-audit
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
37
38
0 commit comments