Skip to content

Commit 112b36f

Browse files
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 66eef99 commit 112b36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
8181
# Optionally share Eldev's GPAC between workflow executions.
8282
- if: inputs.cache == 'true'
83-
uses: actions/cache@v5
83+
uses: actions/cache@v6
8484
with:
8585
# FIXME: Might want to cache the whole of `~/.cache/eldev'. However, that would
8686
# include the installed package of Eldev itself, so we'd need to be careful

0 commit comments

Comments
 (0)