Skip to content

Commit 0fd80f2

Browse files
Update Swatinem/rust-cache action to v2.7.6
1 parent f027ea1 commit 0fd80f2

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
@@ -105,7 +105,7 @@ jobs:
105105
- run: rustup component add rustfmt
106106
- run: rustup component add clippy
107107

108-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
108+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
109109

110110
- run: cargo fmt --check --all
111111
- run: cargo clippy --all-targets --all-features --workspace
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
persist-credentials: false
124124

125-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
125+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
126126

127127
- run: cargo install cargo-deny --vers ${CARGO_DENY_VERSION}
128128
- run: cargo deny check
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
persist-credentials: false
147147

148-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
148+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
149149
with:
150150
# Ensure that we cache from the right target directory. (See below
151151
# for the details of how and when this gets created.)

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
22+
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
2323
- run: cargo build --package crates_io_smoke_test
2424
- run: cargo run --package crates_io_smoke_test --quiet
2525
env:

0 commit comments

Comments
 (0)