Skip to content

Commit 90a9400

Browse files
Bump actions/checkout from 4 to 5 (#15)
1 parent 576ddd9 commit 90a9400

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: dtolnay/rust-toolchain@stable
2727

2828
- name: Check out repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Generate Cargo.lock
3232
run: cargo generate-lockfile

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: dtolnay/rust-toolchain@stable
3030

3131
- name: Check out repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
persist-credentials: false
3535

.github/workflows/security-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install cargo-audit
3333
run: cargo binstall cargo-audit
3434

35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)