Skip to content

Commit

Permalink
ci: Consistently use actions/checkout@v4 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Aug 17, 2024
1 parent 553d9c1 commit eb1c294
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 @@ -25,7 +25,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 eb1c294

Please sign in to comment.