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.
1 parent 7645680 commit 378302cCopy full SHA for 378302c
.github/workflows/clippy.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
toolchain: stable
23
components: clippy
24
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
25
id: cargo-cache
26
27
path: |
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v5
19
- name: Update rust toolchain
20
run: rustup update
0 commit comments