Skip to content

Commit cf52a35

Browse files
Bump actions/cache from 4 to 5 (#5569)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aba31a8 commit cf52a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
crystal: ${{ matrix.crystal }}
6464

6565
- name: Cache Shards
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: |
6969
./lib
@@ -139,7 +139,7 @@ jobs:
139139
crystal: latest
140140

141141
- name: Cache Shards
142-
uses: actions/cache@v4
142+
uses: actions/cache@v5
143143
with:
144144
path: |
145145
./lib

0 commit comments

Comments
 (0)