Skip to content

Commit f01d24f

Browse files
committed
Update workflows to actions/checkout@v3
1 parent fbd5140 commit f01d24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
rust: [nightly, beta, stable]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
2020
toolchain: ${{matrix.rust}}

0 commit comments

Comments
 (0)