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 bb71488 commit 2e40870Copy full SHA for 2e40870
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
components: rustfmt, clippy
23
- uses: taiki-e/install-action@just
24
- - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
+ - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
25
26
key: partition-${{ matrix.partition }}
27
- name: Lint (clippy)
@@ -53,7 +53,7 @@ jobs:
53
- uses: dtolnay/rust-toolchain@master
54
55
toolchain: ${{ matrix.rust-version }}
56
57
58
59
- uses: taiki-e/install-action@nextest
0 commit comments