Skip to content

Commit 151d5c2

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 89df98c commit 151d5c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "BUILD_CACHE_PREFIX_WITH_HASH=${{env.BUILD_CACHE_PREFIX}}-hash-${{hashFiles('mix.lock')}}" >> "$GITHUB_ENV"
8181
8282
- name: Restore cached build artifacts
83-
uses: actions/cache/restore@v5
83+
uses: actions/cache/restore@v6
8484
with:
8585
path: |
8686
_build
@@ -115,7 +115,7 @@ jobs:
115115
# We always save to cache, even on failure, so that whatever artifacts
116116
# took a long time to generate are kept (looking at you, Dialyzer PLT)
117117
if: always()
118-
uses: actions/cache/save@v5
118+
uses: actions/cache/save@v6
119119
with:
120120
path: |
121121
_build

0 commit comments

Comments
 (0)