Skip to content

Commit 60faf34

Browse files
committed
chore(run-pre-commit): Use pre-commit config file as cache hash
1 parent fb0b883 commit 60faf34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-pre-commit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3131
with:
3232
python-version: ${{ inputs.python-version }}
33+
cache-dependency-path: .pre-commit-config.yaml
3334
cache: 'pip'
3435

3536
- name: Setup Rust Toolchain

0 commit comments

Comments
 (0)