From 31ae2ad577d4b2989dd39c29daff31d807b1afd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:56:00 -0800 Subject: [PATCH] Bump actions/cache from 4.2.1 to 4.2.2 (#7114) Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [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/0c907a75c2c80ebcb7f088228285e798b750cf8f...d4323d4df104b026a6aa633fdb11d772146be0bf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-daily.yml | 6 +++--- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-daily.yml b/.github/workflows/ci-daily.yml index c707f1c4ca7..1041d2dcb0b 100644 --- a/.github/workflows/ci-daily.yml +++ b/.github/workflows/ci-daily.yml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: 'x64' - - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -59,7 +59,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: 'x64' - - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -85,7 +85,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: 'x64' - - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db7874dfaf9..59b78dabcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: 'x64' - name: Set up caching of dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -217,7 +217,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: 'x64' - name: Set up caching of dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: numpy2-${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -279,7 +279,7 @@ jobs: python-version: '3.10' architecture: 'x64' - name: Set up caching of dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -316,7 +316,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: 'x64' - name: Set up caching of dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }} @@ -344,7 +344,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: 'x64' - name: Set up caching of dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}