diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index dd0d0a7..98f1149 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -26,7 +26,7 @@ jobs: env: INPUTS_COMMANDS: ${{ inputs.commands }} - name: Cache pre-commit environments - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: "~/.cache/pre-commit" key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}