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 0193c15 + 23e8f0d commit 9b915f9Copy full SHA for 9b915f9
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
ci_check:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- uses: actions-rs/toolchain@v1
13
with:
14
profile: minimal
.github/workflows/clippy.yml
clippy_check:
.github/workflows/rustfmt.yml
@@ -10,7 +10,7 @@ jobs:
name: Rustfmt
15
16
0 commit comments