Skip to content

Commit

Permalink
Bump version of actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanRijnhart authored and yajo committed Jan 14, 2025
1 parent 6ea5ca8 commit 21fa28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
{%- endif %}
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: {% raw %}pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}{% endraw %}
Expand Down

0 comments on commit 21fa28f

Please sign in to comment.