Skip to content

Commit

Permalink
Fix missed bump to checkout@v3 in README (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmezh authored Dec 27, 2022
1 parent 8a8607b commit ab231ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
Expand Down

0 comments on commit ab231ea

Please sign in to comment.