Skip to content

Commit 75e0702

Browse files
author
Mikhail Koviazin
authored
Merge pull request #107 from valkey-io/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 42a9c44 + a820171 commit 75e0702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- name: Cache docker images
6060
id: custom-cache
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: ./custom-cache/
6464
key: custom-cache
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Cache docker images
9696
id: custom-cache
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: ./custom-cache/
100100
fail-on-cache-miss: true
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Cache docker images
152152
id: custom-cache
153-
uses: actions/cache@v3
153+
uses: actions/cache@v4
154154
with:
155155
path: ./custom-cache/
156156
fail-on-cache-miss: true

0 commit comments

Comments
 (0)