Skip to content

Commit 24f0113

Browse files
committed
chore(deps): update swatinem/rust-cache digest to 779680d
1 parent a00be6e commit 24f0113

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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
23+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # 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@779680da715d629ac1d338a641029a2f4372abb5 # 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@779680da715d629ac1d338a641029a2f4372abb5 # 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@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
26+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
2727

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

0 commit comments

Comments
 (0)