Skip to content

Commit a39a58f

Browse files
Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#63)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 to 2.8.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@98c8021...f13886b) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 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 7136337 commit a39a58f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python=${{matrix.python-version}}
8181
8282
- name: Create rust cache
83-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
83+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1
8484
with:
8585
prefix-key: "py${{ matrix.python-version }}"
8686

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python=${{ matrix.python-version }}
8383
8484
# - name: Create rust cache
85-
# uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
85+
# uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1
8686
# with:
8787
# prefix-key: "py${{ matrix.python-version }}"
8888

@@ -172,7 +172,7 @@ jobs:
172172
python=${{ matrix.python-version }}
173173
174174
- name: Create rust cache
175-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
175+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1
176176

177177
- name: Cargo clippy
178178
run: |

0 commit comments

Comments
 (0)