Skip to content

Commit af1c703

Browse files
committed
chore(deps): update swatinem/rust-cache digest to 9d47c6a
1 parent e5c77d5 commit af1c703

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
23+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # 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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
51+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # 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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
70+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
7171
with:
7272
key: ${{ matrix.rust-version }}
7373
- name: Install tools

.github/workflows/coverage.yml

+1-1
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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
26+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
2727

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

0 commit comments

Comments
 (0)