Skip to content

Commit c6707ee

Browse files
chore(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 8dcdbd2 commit c6707ee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/build-wheels-cuda.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: VS Integration Cache
7171
id: vs-integration-cache
7272
if: runner.os == 'Windows'
73-
uses: actions/cache@v4
73+
uses: actions/cache@v6
7474
with:
7575
path: ./MSBuildExtensions
7676
key: cuda-${{ matrix.cuda }}-vs-integration

‎.github/workflows/test.yaml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Download model
2525
run: huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
2626
- name: Cache model
27-
uses: actions/cache@v4
27+
uses: actions/cache@v6
2828
with:
2929
path: ~/.cache/huggingface/hub
3030
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ${{ matrix.python-version }}
4747
cache: 'pip'
4848
- name: Restore model cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@v6
5050
with:
5151
path: ~/.cache/huggingface/hub
5252
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -78,7 +78,7 @@ jobs:
7878
cache: 'pip'
7979

8080
- name: Restore model cache
81-
uses: actions/cache@v4
81+
uses: actions/cache@v6
8282
with:
8383
path: ~/.cache/huggingface/hub
8484
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -118,7 +118,7 @@ jobs:
118118
python3 -c "import platform; print(platform.machine(), platform.architecture())"
119119
120120
- name: Restore model cache
121-
uses: actions/cache@v4
121+
uses: actions/cache@v6
122122
with:
123123
path: ~/.cache/huggingface/hub
124124
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -155,7 +155,7 @@ jobs:
155155
python3 -c "import platform; print(platform.machine(), platform.architecture())"
156156
157157
- name: Restore model cache
158-
uses: actions/cache@v4
158+
uses: actions/cache@v6
159159
with:
160160
path: ~/.cache/huggingface/hub
161161
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}

0 commit comments

Comments
 (0)