diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53b8535..b1334bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: python-version: "3.11" - id: cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip- @@ -54,7 +54,7 @@ jobs: python-version: "3.8" - id: cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-