Skip to content

Commit 0fd2da8

Browse files
Bump actions/cache from 3 to 4 (#89)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ec7d02 commit 0fd2da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
submodules: true
5555

5656
- name: Set pre-commit cache
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
if: ${{ matrix.passed_name == 'lint' }}
5959
with:
6060
path: |
6161
~/.cache/pre-commit
6262
key: pre-commit-${{ matrix.name || matrix.passed_name }}-${{ hashFiles('.pre-commit-config.yaml') }}
6363

6464
- name: Set galaxy cache
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
if: ${{ startsWith(matrix.passed_name, 'py') }}
6767
with:
6868
path: |

0 commit comments

Comments
 (0)