Skip to content

Commit

Permalink
chore(dependencies): Update actions/cache action to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 19, 2024
1 parent 3f9df4f commit 082e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "Install python dependencies"
run: "pip install -r requirements.txt"
- name: "Set up pre-commit cache"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: "~/.cache/pre-commit"
key: "pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}"
Expand Down

0 comments on commit 082e5fc

Please sign in to comment.