Skip to content

Commit

Permalink
ci: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Oct 9, 2024
1 parent ac8a083 commit b9481ea
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 @@ -9,6 +9,6 @@ jobs:
version: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --lib

0 comments on commit b9481ea

Please sign in to comment.