From 50f4b5341f6958da38804ffa651fad15d4979ba3 Mon Sep 17 00:00:00 2001 From: NilashishC Date: Thu, 13 Feb 2025 17:15:10 +0530 Subject: [PATCH] use actions/cache@v4 Signed-off-by: NilashishC --- .github/workflows/ci-cd.yml | 10 +++++----- .github/workflows/reusable-build-wheel.yml | 2 +- .github/workflows/reusable-linters.yml | 4 ++-- .github/workflows/reusable-tests.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4ed3ec7ef..95bf32f7c 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 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 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 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 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 with: path: >- ${{ diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index acdf72b47..2bd040c82 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 with: path: >- ${{ diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index d74eb6988..453805191 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 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 with: path: ~/.cache/pip key: >- diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index ec2f83f0b..90a0dfe44 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 with: path: >- ${{