From 712a7e995c5d27a76e9b5bbb8e9b8121819089cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:20:19 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 0cee081a..93efa44e 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.1 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.1 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.1 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.1 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.1 with: path: >- ${{ diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index f7e9d721..978f83ec 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.1 with: path: >- ${{ diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index e375f10e..65384bef 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.1 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.1 with: path: ~/.cache/pip key: >- diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index 25636471..35ac320a 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.1 with: path: >- ${{