Skip to content

Commit

Permalink
Merge pull request #16 from bosd/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
2 parents 3e95fd5 + cf42f74 commit def2876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest)
print("::set-output name=result::{}".format(result))
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.os != 'windows-latest'
with:
path: ~/.cache/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
print("::set-output name=result::{}".format(result))
working-directory: hypermodern-python
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.os != 'windows-latest'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit def2876

Please sign in to comment.