Skip to content

Commit

Permalink
Merge pull request #260 from sourcefrog/ci
Browse files Browse the repository at this point in the history
Update to checkout@v4 action
  • Loading branch information
sourcefrog authored Apr 12, 2024
2 parents 3448c30 + 2e327d4 commit 5f2300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
check-all-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down

0 comments on commit 5f2300f

Please sign in to comment.