Skip to content

Commit

Permalink
Update main.yml to use actions/cache@4 (@1 deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunkholm authored Dec 11, 2024
1 parent c366ad1 commit dcff3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip pre-commit
- name: Restore pre-commit hooks from cache
uses: actions/cache@v1
uses: actions/cache@v4
id: restore-pre-commit-hooks
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit dcff3d8

Please sign in to comment.