Skip to content

Commit da3905b

Browse files
Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#1154)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.1 to 2.8.2. - [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.1...v2.8.2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d304543 commit da3905b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
authToken: ${{ env.CACHIX_AUTH_TOKEN }}
4747
name: zoxide
4848
- name: Setup cache
49-
uses: Swatinem/rust-cache@v2.8.1
49+
uses: Swatinem/rust-cache@v2.8.2
5050
with:
5151
key: ${{ matrix.os }}
5252
- name: Install just

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
override: true
6262
target: ${{ matrix.target }}
6363
- name: Setup cache
64-
uses: Swatinem/rust-cache@v2.8.1
64+
uses: Swatinem/rust-cache@v2.8.2
6565
with:
6666
key: ${{ matrix.target }}
6767
- name: Install cross

0 commit comments

Comments
 (0)