Skip to content

Commit 9b598fd

Browse files
Bump actions/cache from 3 to 5 (#33)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee16be7 commit 9b598fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: crystal tool format --check
3838

3939
- name: Set up Crystal cache
40-
uses: actions/cache@v3
40+
uses: actions/cache@v5
4141
id: crystal-cache
4242
with:
4343
path: |

0 commit comments

Comments
 (0)