Skip to content

Commit e79293c

Browse files
chore(deps): bump actions/cache from 2 to 3 (#3898)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b58b772 commit e79293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Cache wheels
8585
if: runner.os == 'macOS'
86-
uses: actions/cache@v2
86+
uses: actions/cache@v3
8787
with:
8888
# This path is specific to macOS - we really only need it for PyPy NumPy wheels
8989
# See https://github.com/actions/cache/blob/master/examples.md#python---pip
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Valgrind cache
207207
if: matrix.valgrind
208-
uses: actions/cache@v2
208+
uses: actions/cache@v3
209209
id: cache-valgrind
210210
with:
211211
path: valgrind

0 commit comments

Comments
 (0)