This is an automated email from the ASF dual-hosted git repository.

colegreer 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 da29461e05 Bump actions/cache from 4 to 5 (#3286)
da29461e05 is described below

commit da29461e053bda7d03fa1d4e5f45d4866048277d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 14:46:35 2026 -0800

    Bump actions/cache from 4 to 5 (#3286)
    
    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](https://github.com/actions/cache/compare/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] <[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 54995daa60..7d12cfd0ba 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -111,7 +111,7 @@ jobs:
         - name: Save Docker image
           working-directory: ./gremlin-server
           run: docker save --output gremlin-server.tar tinkerpop/gremlin-server
-        - uses: actions/cache@v4
+        - uses: actions/cache@v5
           id: gremlin-server-test-docker-image
           with:
             path: |
@@ -225,7 +225,7 @@ jobs:
           distribution: 'temurin'
       - name: Get Cached Server Base Image
         if: matrix.os == 'ubuntu-latest'
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         id: gremlin-server-test-docker-image
         with:
           path: |
@@ -283,7 +283,7 @@ jobs:
         with:
           dotnet-version: '8.0.x'
       - name: Get Cached Server Base Image
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         id: gremlin-server-test-docker-image
         with:
           path: |
@@ -328,7 +328,7 @@ jobs:
         with:
           go-version: '1.22'
       - name: Get Cached Server Base Image
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         id: gremlin-server-test-docker-image
         with:
           path: |

Reply via email to