Skip to content

Commit dad5d0a

Browse files
chore(deps): bump actions/cache from 4 to 5 (abetlen#2248)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbdc851 commit dad5d0a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
hf download ${{ env.RECURRENT_REPO_ID }} ${{ env.RECURRENT_MODEL_FILE }}
3333
hf download ${{ env.HYBRID_REPO_ID }} ${{ env.HYBRID_MODEL_FILE }}
3434
- name: Cache model
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.cache/huggingface/hub
3838
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -54,7 +54,7 @@ jobs:
5454
python-version: ${{ matrix.python-version }}
5555
cache: 'pip'
5656
- name: Restore model cache
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: ~/.cache/huggingface/hub
6060
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -86,7 +86,7 @@ jobs:
8686
cache: 'pip'
8787

8888
- name: Restore model cache
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: ~/.cache/huggingface/hub
9292
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -126,7 +126,7 @@ jobs:
126126
python3 -c "import platform; print(platform.machine(), platform.architecture())"
127127
128128
- name: Restore model cache
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: ~/.cache/huggingface/hub
132132
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}
@@ -162,7 +162,7 @@ jobs:
162162
python3 -c "import platform; print(platform.machine(), platform.architecture())"
163163
164164
- name: Restore model cache
165-
uses: actions/cache@v4
165+
uses: actions/cache@v5
166166
with:
167167
path: ~/.cache/huggingface/hub
168168
key: ${{ runner.os }}-model-${{ env.MODEL_CACHE_KEY }}

0 commit comments

Comments
 (0)