diff --git a/.github/workflows/_pre-commit.yml b/.github/workflows/_pre-commit.yml index 8ad1d39..105bee5 100644 --- a/.github/workflows/_pre-commit.yml +++ b/.github/workflows/_pre-commit.yml @@ -37,7 +37,7 @@ jobs: - name: Restore pre-commit cache id: pre-commit-cache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 release: https://github.com/actions/cache/releases/tag/v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5.0.5 release: https://github.com/actions/cache/releases/tag/v5.0.5 with: path: ${{ runner.temp }}/pre-commit-cache key: pre-commit-${{ runner.os }}-config-hash-${{ hashFiles('.pre-commit-config.yaml') }}