Skip to content

Commit 0a0c196

Browse files
dependabot[bot]kpreid
authored andcommitted
Bump Swatinem/rust-cache from 2.8.2 to 2.9.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.8.2...v2.9.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1e5b49 commit 0a0c196

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
rustup override set "${{ matrix.toolchain }}"
4040
4141
# Load cache before doing any Rust builds
42-
- uses: Swatinem/rust-cache@v2.8.2
42+
- uses: Swatinem/rust-cache@v2.9.1
4343

4444
# The repository does not have a versioned Cargo.lock file.
4545
# As a substitute, we always test on minimal and maximal versions.
@@ -109,7 +109,7 @@ jobs:
109109
rustup toolchain install "${{ matrix.toolchain }}" --profile=minimal --component=clippy
110110
rustup override set "${{ matrix.toolchain }}"
111111
112-
- uses: Swatinem/rust-cache@v2.8.2
112+
- uses: Swatinem/rust-cache@v2.9.1
113113
with:
114114
# Job's likely to fail and yet have useful cache material.
115115
cache-on-failure: true
@@ -166,7 +166,7 @@ jobs:
166166
# Needed to ensure `main` branch is needed
167167
fetch-depth: 0
168168

169-
- uses: Swatinem/rust-cache@v2.8.2
169+
- uses: Swatinem/rust-cache@v2.9.1
170170
with:
171171
# Job's likely to fail and yet have useful cache material.
172172
cache-on-failure: true
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- uses: actions/checkout@v6
195195

196-
- uses: Swatinem/rust-cache@v2.8.2
196+
- uses: Swatinem/rust-cache@v2.9.1
197197

198198
- name: Check semver
199199
uses: obi1kenobi/cargo-semver-checks-action@v2.9

0 commit comments

Comments
 (0)