Skip to content

Commit 665af33

Browse files
authored
Update actions/checkout to v4
1 parent ef2af27 commit 665af33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
issues: write
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: actions-rust-lang/audit@working-directory
2525
name: Audit Rust Dependencies
2626
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: cargo fmt
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: actions-rust-lang/setup-rust-toolchain@v1
1313
with:
1414
toolchain: nightly
@@ -19,4 +19,4 @@ jobs:
1919
toolchain: stable
2020
components: clippy
2121
- uses: Swatinem/rust-cache@v2
22-
- run: cargo clippy --all-targets --all-features --locked -- -D
22+
- run: cargo clippy --all-targets --all-features --locked -- -D

0 commit comments

Comments
 (0)