Skip to content

Commit

Permalink
Merge pull request #20 from rursprung/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
rursprung authored Sep 23, 2023
2 parents 7cf05f4 + 3a96bd7 commit 5afc60f
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 @@ -18,7 +18,7 @@ jobs:
features: ['', '--all-features']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 5afc60f

Please sign in to comment.