Skip to content

Commit 5cf91a1

Browse files
Bump actions/cache from 4 to 5
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] <support@github.com>
1 parent e5869bf commit 5cf91a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ruby-version: ${{ matrix.ruby }}
4040
bundler-cache: true
4141
- name: Cache redis build
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: tmp/cache
4545
key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"
@@ -71,7 +71,7 @@ jobs:
7171
ruby-version: ${{ matrix.ruby }}
7272
bundler-cache: true
7373
- name: Cache redis build
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
with:
7676
path: tmp/cache
7777
key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"
@@ -106,7 +106,7 @@ jobs:
106106
ruby-version: ${{ matrix.ruby }}
107107
bundler-cache: true
108108
- name: Cache redis build
109-
uses: actions/cache@v4
109+
uses: actions/cache@v5
110110
with:
111111
path: tmp/cache
112112
key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"

0 commit comments

Comments
 (0)