Skip to content

Commit b86e715

Browse files
authored
Update CI to actions/checkout@v3 (#40)
1 parent d3fd38f commit b86e715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
toolchain: [ stable, 1.28.0, nightly ]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions-rs/toolchain@v1
1616
with:
1717
toolchain: ${{ matrix.toolchain }}
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: [ stable, 1.30.0, nightly ]
2929
runs-on: ${{ matrix.platform }}
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: actions-rs/toolchain@v1
3333
with:
3434
toolchain: ${{ matrix.toolchain }}
@@ -43,7 +43,7 @@ jobs:
4343
project_dir: [ build_std, no_main ]
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747
- uses: actions-rs/toolchain@v1
4848
with:
4949
toolchain: nightly

0 commit comments

Comments
 (0)