Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit dc5ed2a

Browse files
committed
Update workflows to actions/checkout@v3
1 parent 2974499 commit dc5ed2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
rust: [nightly, beta, stable, 1.59.0]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@master
2222
with:
2323
toolchain: ${{matrix.rust}}
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
if: github.event_name != 'pull_request'
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: dtolnay/rust-toolchain@clippy
3434
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic
3535

@@ -38,6 +38,6 @@ jobs:
3838
runs-on: ubuntu-latest
3939
if: github.event_name != 'pull_request'
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- uses: dtolnay/install@cargo-outdated
4343
- run: cargo outdated --exit-code 1

0 commit comments

Comments
 (0)