Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kb10uy committed Nov 21, 2023
1 parent 37d7200 commit 8b3589c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-rust-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: "Lint"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "actions-rust-lang/setup-rust-toolchain@v1"
with:
components: "rustfmt, clippy"
Expand All @@ -28,7 +28,7 @@ jobs:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "actions-rust-lang/setup-rust-toolchain@v1"
with:
components: "rustfmt, clippy"
Expand Down

0 comments on commit 8b3589c

Please sign in to comment.