Skip to content

Commit

Permalink
ci: bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Nov 2, 2024
1 parent 0234780 commit 2bf86c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 2bf86c2

Please sign in to comment.