ci: update checkout to v3
This commit is contained in:
parent
008fb72a98
commit
6c64f744f7
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Format
|
- name: Format
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
Loading…
Reference in a new issue