Skip to content

Commit 9c8335d

Browse files
chore(deps): update swatinem/rust-cache digest to 720f7e4 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65d80a8 commit 9c8335d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
override: true
2626
profile: minimal
2727
components: clippy, rustfmt
28-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
28+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
2929
with:
3030
key: ${{ matrix.pwd }}
3131
workspaces: ${{ matrix.pwd }}
@@ -47,7 +47,7 @@ jobs:
4747
toolchain: stable
4848
override: true
4949
profile: minimal
50-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
50+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
5151
- name: Check documentation
5252
env:
5353
RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links"
@@ -63,7 +63,7 @@ jobs:
6363
toolchain: stable
6464
override: true
6565
profile: minimal
66-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
66+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
6767
- name: Run doc tests
6868
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
6969
with:
@@ -94,7 +94,7 @@ jobs:
9494
toolchain: stable
9595
override: true
9696
profile: minimal
97-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
97+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
9898
with:
9999
key: ${{ matrix.pwd }}
100100
workspaces: ${{ matrix.pwd }}

0 commit comments

Comments
 (0)