Skip to content

Commit d13fb18

Browse files
renovate[bot]maxdymond
authored andcommitted
chore(deps): update swatinem/rust-cache action to v2.9.1
1 parent ff7524e commit d13fb18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
toolchain: ${{ inputs.toolchain }}
6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
67+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
6868
- name: Install musl toolchain
6969
if: ${{ inputs.rpm }}
7070
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
toolchain: stable
2525
- name: Rust Cache
26-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
26+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
2727
- name: Run cargo clippy to pick up any errors
2828
run: cargo clippy --all-targets -- -Dwarnings
2929
- name: Check code is formatted

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: stable
6565

6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
67+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
6868

6969
- name: Install semantic-release-cargo
7070
run: cargo install --locked semantic-release-cargo

0 commit comments

Comments
 (0)