Skip to content

Commit

Permalink
chore(dependencies): Update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 12, 2024
1 parent f4e5697 commit 7729742
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].2"
uses: "actions/[email protected].3"
with:
path: "~/.cache/pre-commit"
key: "pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}"
Expand Down

0 comments on commit 7729742

Please sign in to comment.