diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4b871..20aa31b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache prek - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.cache/prek key: prek-|${{ matrix.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}