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 22d5476 commit 5b0429aCopy full SHA for 5b0429a
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
rust: stable
43
steps:
44
- name: Checkout
45
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
46
47
- name: Install toolchain
48
uses: dtolnay/rust-toolchain@stable
.github/workflows/clippy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
15
16
with:
.github/workflows/test.yml
- name: Update rust toolchain
run: rustup update
- uses: actions/cache@v4
0 commit comments