Skip to content

Commit abb0b21

Browse files
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](actions/cache@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] <support@github.com>
1 parent 4bee85b commit abb0b21

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-wheels-rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Cache ROCm installation
154154
id: cache-rocm
155-
uses: actions/cache@v5
155+
uses: actions/cache@v6
156156
with:
157157
path: C:\Program Files\AMD\ROCm
158158
key: cache-gha-rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install huggingface-hub
3030
run: pip install huggingface-hub
3131
- name: Restore model cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/.cache/huggingface/hub
3535
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ${{ matrix.python-version }}
6060
cache: 'pip'
6161
- name: Restore model cache
62-
uses: actions/cache@v5
62+
uses: actions/cache@v6
6363
with:
6464
path: ~/.cache/huggingface/hub
6565
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -91,7 +91,7 @@ jobs:
9191
cache: 'pip'
9292

9393
- name: Restore model cache
94-
uses: actions/cache@v5
94+
uses: actions/cache@v6
9595
with:
9696
path: ~/.cache/huggingface/hub
9797
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -131,7 +131,7 @@ jobs:
131131
python3 -c "import platform; print(platform.machine(), platform.architecture())"
132132
133133
- name: Restore model cache
134-
uses: actions/cache@v5
134+
uses: actions/cache@v6
135135
with:
136136
path: ~/.cache/huggingface/hub
137137
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -167,7 +167,7 @@ jobs:
167167
python3 -c "import platform; print(platform.machine(), platform.architecture())"
168168
169169
- name: Restore model cache
170-
uses: actions/cache@v5
170+
uses: actions/cache@v6
171171
with:
172172
path: ~/.cache/huggingface/hub
173173
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}

0 commit comments

Comments
 (0)