Skip to content

Commit bc89821

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update swatinem/rust-cache digest to 720f7e4
1 parent f418d80 commit bc89821

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: dtolnay/rust-toolchain@stable
2525
with:
2626
components: rustfmt, clippy
27-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
27+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
2828
- name: Lint (clippy)
2929
run: cargo clippy --all-features --all-targets
3030
- name: Lint (rustfmt)
@@ -50,7 +50,7 @@ jobs:
5050
- uses: dtolnay/rust-toolchain@stable
5151
with:
5252
components: rustfmt, clippy
53-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
53+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
5454
- name: Build rustdoc
5555
run: cargo doc --all-features --workspace
5656

@@ -72,7 +72,7 @@ jobs:
7272
- uses: dtolnay/rust-toolchain@master
7373
with:
7474
toolchain: ${{ matrix.rust-version }}
75-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
75+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
7676
with:
7777
# Matrix instances (other than OS) need to be added to this explicitly
7878
key: ${{ matrix.rust-version }}
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
toolchain: stable
156156
targets: x86_64-pc-windows-gnu
157-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
157+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
158158
- name: Install wine and gcc-mingw-w64-x86-64-win32
159159
run: |
160160
sudo apt-get update

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: dtolnay/rust-toolchain@nightly
2828
with:
2929
components: llvm-tools-preview
30-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
30+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
3131

3232
- name: Install latest nextest release
3333
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# The full history is required to make mkdocs' git-revision-date-localized plugin work
2323
fetch-depth: 0
2424
- uses: dtolnay/rust-toolchain@stable
25-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
25+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
2626
- name: Install nextest for help text in docs
2727
uses: taiki-e/install-action@nextest
2828
- name: Install uv

0 commit comments

Comments
 (0)