From abb0b21ac4d9900ebd7922bffff1891bfb85bc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:03:11 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wheels-rocm.yaml | 2 +- .github/workflows/test.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-wheels-rocm.yaml b/.github/workflows/build-wheels-rocm.yaml index 70fca5edb..0252db5f9 100644 --- a/.github/workflows/build-wheels-rocm.yaml +++ b/.github/workflows/build-wheels-rocm.yaml @@ -152,7 +152,7 @@ jobs: - name: Cache ROCm installation id: cache-rocm - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Program Files\AMD\ROCm key: cache-gha-rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 82f7a8a7d..851526a15 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - name: Install huggingface-hub run: pip install huggingface-hub - name: Restore model cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/huggingface/hub key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }} @@ -59,7 +59,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: 'pip' - name: Restore model cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/huggingface/hub key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }} @@ -91,7 +91,7 @@ jobs: cache: 'pip' - name: Restore model cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/huggingface/hub key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }} @@ -131,7 +131,7 @@ jobs: python3 -c "import platform; print(platform.machine(), platform.architecture())" - name: Restore model cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/huggingface/hub key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }} @@ -167,7 +167,7 @@ jobs: python3 -c "import platform; print(platform.machine(), platform.architecture())" - name: Restore model cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/huggingface/hub key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}