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 e12227b commit 6cf97e8Copy full SHA for 6cf97e8
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
rust: stable
48
steps:
49
- name: Checkout
50
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
51
52
- name: Install toolchain
53
uses: dtolnay/rust-toolchain@stable
.github/workflows/clippy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
19
20
21
with:
.github/workflows/test.yml
- name: Update rust toolchain
run: rustup update
- uses: actions/cache@v5
0 commit comments