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 8, 2024
1 parent cf97f81 commit eb0da29
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 eb0da29

Please sign in to comment.