Skip to content

Commit

Permalink
ci: Consistently use actions/checkout@v4 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 14, 2024
1 parent f67459f commit 9d5f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1

clippy:
Expand Down

0 comments on commit 9d5f3b2

Please sign in to comment.