diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4ed3ec7ef..986ac9f65 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -275,7 +275,7 @@ jobs: - name: Set up pip cache if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ @@ -468,7 +468,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Set up pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ @@ -911,7 +911,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Set up pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ @@ -1429,7 +1429,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Set up pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ @@ -1922,7 +1922,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Set up pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index acdf72b47..e98f2c3b2 100644 --- a/.github/workflows/reusable-build-wheel.yml +++ b/.github/workflows/reusable-build-wheel.yml @@ -123,7 +123,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Set up pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{ diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index d74eb6988..b76204ca9 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -56,7 +56,7 @@ jobs: print(f'py-hash-key={hash}', file=outputs_file) shell: python - name: Pre-commit cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.cache/pre-commit key: >- @@ -67,7 +67,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pytest.ini') }} - name: Pip cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.cache/pip key: >- diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index c26b733fc..d856148b0 100644 --- a/.github/workflows/reusable-tests.yml +++ b/.github/workflows/reusable-tests.yml @@ -155,7 +155,7 @@ jobs: shell: python - name: Set up pip cache if: fromJSON(steps.py-abi.outputs.is-stable-abi) - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: >- ${{