diff --git a/.github/workflows/check-format.yaml b/.github/workflows/check-format.yaml index 7b1f4bb..3aefc28 100644 --- a/.github/workflows/check-format.yaml +++ b/.github/workflows/check-format.yaml @@ -50,7 +50,7 @@ jobs: - name: "setup / install deps" id: "install" run: "poetry install" - - uses: "actions/cache@v5.0.2" + - uses: "actions/cache@v5.0.4" with: path: "~/.cache/pre-commit" key: "pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}"