Skip to content

Commit ab231ea

Browse files
authored
Fix missed bump to checkout@v3 in README (#61)
1 parent 8a8607b commit ab231ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
continue-on-error: ${{ matrix.checks == 'advisories' }}
9595

9696
steps:
97-
- uses: actions/checkout@v2
97+
- uses: actions/checkout@v3
9898
- uses: EmbarkStudios/cargo-deny-action@v1
9999
with:
100100
command: check ${{ matrix.checks }}

0 commit comments

Comments
 (0)