Skip to content

Commit 828c7fb

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 2ea0cfb commit 828c7fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
poetry run pip install --force-reinstall --no-deps xllamacpp
136136
137137
- name: Cache llm2 models
138-
uses: actions/cache/restore@v5
138+
uses: actions/cache/restore@v6
139139
id: cache-llm2-models-restore
140140
env:
141141
cache-name: cache-llm2-models
@@ -178,7 +178,7 @@ jobs:
178178
[ "$TASK_STATUS" == '"STATUS_SUCCESSFUL"' ]
179179
180180
- name: Cache llm2 models
181-
uses: actions/cache/save@v5
181+
uses: actions/cache/save@v6
182182
env:
183183
cache-name: cache-llm2-models
184184
with:

0 commit comments

Comments
 (0)