We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f6165f + 50d67f9 commit d31bb0bCopy full SHA for d31bb0b
.github/workflows/build-and-test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Build
20
run: cargo build --verbose
21
- name: Run tests
.github/workflows/clippy.yml
@@ -7,7 +7,7 @@ jobs:
7
clippy_check:
8
9
10
- - uses: actions/checkout@v1
11
- run: rustup component add clippy
12
- uses: actions-rs/clippy-check@v1
13
with:
0 commit comments