Skip to content

Commit 24ac1cd

Browse files
Bump actions/cache from 3 to 4 (#3986)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e53aa16 commit 24ac1cd

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
@@ -77,15 +77,15 @@ jobs:
7777
submodules: true
7878

7979
- name: Set pre-commit cache
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
if: ${{ matrix.passed_name == 'lint' }}
8282
with:
8383
path: |
8484
~/.cache/pre-commit
8585
key: pre-commit-${{ matrix.name || matrix.passed_name }}-${{ hashFiles('.pre-commit-config.yaml') }}
8686

8787
- name: Set ansible cache(s)
88-
uses: actions/cache@v3
88+
uses: actions/cache@v4
8989
with:
9090
path: |
9191
.cache/eco

0 commit comments

Comments
 (0)