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

Commit fee8d1c

Browse files
committed
update to checkout v3
1 parent f086a5f commit fee8d1c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/clippy.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
clippy_check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: nightly
1919
components: clippy
2020
override: true
2121
- uses: Swatinem/rust-cache@v2
22-
- uses: actions-rs/clippy-check@v1
23-
with:
24-
token: ${{ secrets.GITHUB_TOKEN }}
25-
args: --all-features
22+
- name: Run clippy
23+
run: cargo clippy --verbose

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v3
1616
- uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: nightly

0 commit comments

Comments
 (0)