Skip to content

Commit 6ce5975

Browse files
authored
Merge pull request #1329 from redis/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents ce49c4d + 97de2dd commit 6ce5975

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ruby-version: ${{ matrix.ruby }}
5454
bundler-cache: true
5555
- name: Cache local temporary directory
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: tmp
5959
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -92,7 +92,7 @@ jobs:
9292
ruby-version: truffleruby
9393
bundler-cache: true
9494
- name: Cache local temporary directory
95-
uses: actions/cache@v4
95+
uses: actions/cache@v5
9696
with:
9797
path: tmp
9898
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -131,7 +131,7 @@ jobs:
131131
ruby-version: "2.6"
132132
bundler-cache: true
133133
- name: Cache local temporary directory
134-
uses: actions/cache@v4
134+
uses: actions/cache@v5
135135
with:
136136
path: tmp
137137
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -168,7 +168,7 @@ jobs:
168168
ruby-version: "2.6"
169169
bundler-cache: true
170170
- name: Cache local temporary directory
171-
uses: actions/cache@v4
171+
uses: actions/cache@v5
172172
with:
173173
path: tmp
174174
key: "local-tmp-redis-${{ matrix.redis }}-on-ubuntu-latest"
@@ -201,7 +201,7 @@ jobs:
201201
ruby-version: "2.6"
202202
bundler-cache: true
203203
- name: Cache local temporary directory
204-
uses: actions/cache@v4
204+
uses: actions/cache@v5
205205
with:
206206
path: tmp
207207
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -240,7 +240,7 @@ jobs:
240240
ruby-version: ${{ matrix.ruby }}
241241
bundler-cache: true
242242
- name: Cache local temporary directory
243-
uses: actions/cache@v4
243+
uses: actions/cache@v5
244244
with:
245245
path: tmp
246246
key: "local-tmp-redis-7.0-on-ubuntu-latest"

0 commit comments

Comments
 (0)