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

colegreer pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.6-dev by this push:
     new a6c8108a5a Bump actions/cache from 3 to 4 (#2456)
a6c8108a5a is described below

commit a6c8108a5a91aa9cf4cca9f860b8dfb8cfebe010
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 29 16:56:54 2024 -0800

    Bump actions/cache from 3 to 4 (#2456)
    
    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](https://github.com/actions/cache/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 ef18acddab..d336ed9691 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -97,7 +97,7 @@ jobs:
         - name: Save Docker image
           working-directory: ./gremlin-server
           run: docker save --output gremlin-server.tar tinkerpop/gremlin-server
-        - uses: actions/cache@v3
+        - uses: actions/cache@v4
           id: gremlin-server-test-docker-image
           with:
             path: |
@@ -211,7 +211,7 @@ jobs:
           distribution: 'temurin'
       - name: Get Cached Server Base Image
         if: matrix.os == 'ubuntu-latest'
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         id: gremlin-server-test-docker-image
         with:
           path: |
@@ -269,7 +269,7 @@ jobs:
         with:
           dotnet-version: '6.0.x'
       - name: Get Cached Server Base Image
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         id: gremlin-server-test-docker-image
         with:
           path: |
@@ -314,7 +314,7 @@ jobs:
         with:
           go-version: '1.20'
       - name: Get Cached Server Base Image
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         id: gremlin-server-test-docker-image
         with:
           path: |

Reply via email to