This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new 45ed6b3a91 build(deps): bump actions/cache from 5 to 6 (#3481)
45ed6b3a91 is described below
commit 45ed6b3a91ff193ffa0b31da7d0784b8dc957854
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 21:00:17 2026 -0700
build(deps): bump actions/cache from 5 to 6 (#3481)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build-test.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 9575557844..ffe3ff7982 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -114,7 +114,7 @@ jobs:
- name: Save Docker image
working-directory: ./gremlin-server
run: docker save --output gremlin-server.tar tinkerpop/gremlin-server
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
id: gremlin-server-test-docker-image
with:
path: |
@@ -258,7 +258,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Get Cached Server Base Image
- uses: actions/cache@v5
+ uses: actions/cache@v6
id: gremlin-server-test-docker-image
with:
path: |
@@ -316,7 +316,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: Get Cached Server Base Image
- uses: actions/cache@v5
+ uses: actions/cache@v6
id: gremlin-server-test-docker-image
with:
path: |
@@ -361,7 +361,7 @@ jobs:
with:
go-version: '1.25'
- name: Get Cached Server Base Image
- uses: actions/cache@v5
+ uses: actions/cache@v6
id: gremlin-server-test-docker-image
with:
path: |