Skip to content

Commit d12c56a

Browse files
Bump actions/cache from 5 to 6 (#991)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4112212 commit d12c56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
key: "extcache-v1"
6767

6868
- name: Cache extensions
69-
uses: actions/cache@v5
69+
uses: actions/cache@v6
7070
with:
7171
path: ${{ steps.extcache.outputs.dir }}
7272
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)