Skip to content

Commit 09e9bdd

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09acb90 commit 09e9bdd

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
@@ -49,7 +49,7 @@ jobs:
4949
ruby-version: ${{ matrix.ruby }}
5050
bundler-cache: true
5151
- name: Cache local temporary directory
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
with:
5454
path: tmp
5555
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -87,7 +87,7 @@ jobs:
8787
ruby-version: truffleruby
8888
bundler-cache: true
8989
- name: Cache local temporary directory
90-
uses: actions/cache@v3
90+
uses: actions/cache@v4
9191
with:
9292
path: tmp
9393
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -125,7 +125,7 @@ jobs:
125125
ruby-version: "2.5"
126126
bundler-cache: true
127127
- name: Cache local temporary directory
128-
uses: actions/cache@v3
128+
uses: actions/cache@v4
129129
with:
130130
path: tmp
131131
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -162,7 +162,7 @@ jobs:
162162
ruby-version: "2.5"
163163
bundler-cache: true
164164
- name: Cache local temporary directory
165-
uses: actions/cache@v3
165+
uses: actions/cache@v4
166166
with:
167167
path: tmp
168168
key: "local-tmp-redis-${{ matrix.redis }}-on-ubuntu-latest"
@@ -197,7 +197,7 @@ jobs:
197197
ruby-version: "2.5"
198198
bundler-cache: true
199199
- name: Cache local temporary directory
200-
uses: actions/cache@v3
200+
uses: actions/cache@v4
201201
with:
202202
path: tmp
203203
key: "local-tmp-redis-7.0-on-ubuntu-latest"
@@ -234,7 +234,7 @@ jobs:
234234
ruby-version: "2.7"
235235
bundler-cache: true
236236
- name: Cache local temporary directory
237-
uses: actions/cache@v3
237+
uses: actions/cache@v4
238238
with:
239239
path: tmp
240240
key: "local-tmp-redis-7.0-on-ubuntu-latest"

0 commit comments

Comments
 (0)