diff --git a/actions/linting/action.yml b/actions/linting/action.yml index d773453..44c1642 100644 --- a/actions/linting/action.yml +++ b/actions/linting/action.yml @@ -14,7 +14,7 @@ runs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache pre-commit - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ~/.cache/pre-commit key: cache-${{ hashFiles(inputs.pre-commit-config) }} diff --git a/actions/python/tox/action.yml b/actions/python/tox/action.yml index 3a83bb2..1155b89 100644 --- a/actions/python/tox/action.yml +++ b/actions/python/tox/action.yml @@ -22,7 +22,7 @@ runs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache tox/pooch - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ${{ inputs.cache-path }} key: test-${{ hashFiles('pyproject.toml') }}