diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0d7e7956..45102d5e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -133,7 +133,7 @@ jobs: - name: Set up pip cache if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -248,7 +248,7 @@ jobs: run: >- echo "dir=$(python -m pip cache dir)" >> "$GITHUB_OUTPUT" - name: Set up pip cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -354,7 +354,7 @@ jobs: run: >- echo "dir=$(python -m pip cache dir)" >> "$GITHUB_OUTPUT" - name: Set up pip cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -504,7 +504,7 @@ jobs: - name: Set up pip cache if: fromJSON(steps.py-abi.outputs.is-stable-abi) - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >-