Skip to content

Commit

Permalink
Merge pull request #102 from ansible-community/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
felixfontein committed Jan 17, 2024
2 parents ae97d27 + 1ac369b commit 1336085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Pre-commit cache
if: ${{ matrix.tox-env == 'lint' }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} }}
Expand Down

0 comments on commit 1336085

Please sign in to comment.