Skip to content

Commit 2eece1d

Browse files
Update actions/checkout action to v3 (#7)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 3c9be05 commit 2eece1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-style:
1414
runs-on: ubuntu-18.04
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Report cargo version
1818
run: cargo --version
1919
- name: Report rustfmt version
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os: [ ubuntu-latest ]
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: actions-rs/toolchain@v1
3333
with:
3434
toolchain: stable
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: [ macos-latest ]
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- uses: actions-rs/toolchain@v1
5151
with:
5252
toolchain: nightly-2022-05-12

0 commit comments

Comments
 (0)