Skip to content

Commit 744a207

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update swatinem/rust-cache digest to 82a92a6
1 parent cbc5c8b commit 744a207

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: dtolnay/rust-toolchain@stable
2121
with:
2222
components: rustfmt, clippy
23-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
23+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2424
- name: Lint (clippy)
2525
run: cargo clippy --all-features --all-targets
2626
- name: Lint (rustfmt)
@@ -48,7 +48,7 @@ jobs:
4848
- uses: dtolnay/rust-toolchain@stable
4949
with:
5050
components: rustfmt, clippy
51-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
51+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
5252
- name: Build rustdoc
5353
run: cargo doc --all-features
5454

@@ -67,7 +67,7 @@ jobs:
6767
- uses: dtolnay/rust-toolchain@master
6868
with:
6969
toolchain: ${{ matrix.rust-version }}
70-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
70+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
7171
with:
7272
key: ${{ matrix.rust-version }}
7373
- name: Install tools

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: dtolnay/rust-toolchain@nightly
2424
with:
2525
components: llvm-tools-preview
26-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
26+
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2727

2828
- name: Install tools
2929
uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2

0 commit comments

Comments
 (0)