Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jan 18, 2024
2 parents 211dc0e + dab8b76 commit cc96095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Load cached Pre-Commit Dependencies
id: cached-pre-commit-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit/
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit cc96095

Please sign in to comment.