Skip to content

Commit 1a70f48

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59feb45 commit 1a70f48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Test ${{ matrix.toolchain }} on ${{ matrix.os }}
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
rustfmt:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
profile: minimal
@@ -21,7 +21,7 @@ jobs:
2121
clippy:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: actions-rs/toolchain@v1
2626
with:
2727
profile: minimal
@@ -50,7 +50,7 @@ jobs:
5050
name: Test ${{ matrix.toolchain }} on ${{ matrix.os }}
5151
runs-on: ${{ matrix.os }}
5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
- uses: actions-rs/toolchain@v1
5555
with:
5656
profile: minimal

0 commit comments

Comments
 (0)