Skip to content

Commit a2e98c1

Browse files
authored
Merge pull request #271 from redis-rb/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e5869bf + 5cf91a1 commit a2e98c1

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)