Skip to content

Commit 30b227f

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 0f90b39 commit 30b227f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Save Docker image
112112
working-directory: ./gremlin-server
113113
run: docker save --output gremlin-server.tar tinkerpop/gremlin-server
114-
- uses: actions/cache@v4
114+
- uses: actions/cache@v5
115115
id: gremlin-server-test-docker-image
116116
with:
117117
path: |
@@ -225,7 +225,7 @@ jobs:
225225
distribution: 'temurin'
226226
- name: Get Cached Server Base Image
227227
if: matrix.os == 'ubuntu-latest'
228-
uses: actions/cache@v4
228+
uses: actions/cache@v5
229229
id: gremlin-server-test-docker-image
230230
with:
231231
path: |
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
dotnet-version: '8.0.x'
285285
- name: Get Cached Server Base Image
286-
uses: actions/cache@v4
286+
uses: actions/cache@v5
287287
id: gremlin-server-test-docker-image
288288
with:
289289
path: |
@@ -328,7 +328,7 @@ jobs:
328328
with:
329329
go-version: '1.22'
330330
- name: Get Cached Server Base Image
331-
uses: actions/cache@v4
331+
uses: actions/cache@v5
332332
id: gremlin-server-test-docker-image
333333
with:
334334
path: |

0 commit comments

Comments
 (0)