Skip to content

Commit 2014a89

Browse files
Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#634)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.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.7.0...v2.7.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 073500c commit 2014a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
authToken: ${{ env.CACHIX_AUTH_TOKEN }}
4444
name: zoxide
4545
- name: Setup cache
46-
uses: Swatinem/[email protected].0
46+
uses: Swatinem/[email protected].1
4747
with:
4848
key: ${{ matrix.os }}
4949
- name: Install just

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
override: true
5252
target: ${{ matrix.target }}
5353
- name: Setup cache
54-
uses: Swatinem/[email protected].0
54+
uses: Swatinem/[email protected].1
5555
with:
5656
key: ${{ matrix.target }}
5757
- name: Build binary

0 commit comments

Comments
 (0)