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

yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b59a370ed22 Bump actions/cache from 5 to 6 (#18843)
b59a370ed22 is described below

commit b59a370ed229e516a2eb6100519507311cb80719
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 09:19:33 2026 -0700

    Bump actions/cache from 5 to 6 (#18843)
    
    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/pinot_compatibility_checks.yml | 6 +++---
 .github/workflows/pinot_integration_tests.yml    | 2 +-
 .github/workflows/pinot_quickstart_tests.yml     | 2 +-
 .github/workflows/pinot_unit_tests.yml           | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/pinot_compatibility_checks.yml 
b/.github/workflows/pinot_compatibility_checks.yml
index b0059b9fed4..f1c53bcda78 100644
--- a/.github/workflows/pinot_compatibility_checks.yml
+++ b/.github/workflows/pinot_compatibility_checks.yml
@@ -61,7 +61,7 @@ jobs:
           distribution: 'temurin'
           cache: 'maven'
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
         with:
@@ -201,7 +201,7 @@ jobs:
           npm install -g [email protected]
           npm --version
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
         with:
@@ -260,7 +260,7 @@ jobs:
           npm install -g [email protected]
           npm --version
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
         with:
diff --git a/.github/workflows/pinot_integration_tests.yml 
b/.github/workflows/pinot_integration_tests.yml
index 2d3a457010e..6607b317f43 100644
--- a/.github/workflows/pinot_integration_tests.yml
+++ b/.github/workflows/pinot_integration_tests.yml
@@ -68,7 +68,7 @@ jobs:
           distribution: ${{ matrix.distribution }}
           cache: 'maven'
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
         with:
diff --git a/.github/workflows/pinot_quickstart_tests.yml 
b/.github/workflows/pinot_quickstart_tests.yml
index 76895d6d1ae..8f303426ae7 100644
--- a/.github/workflows/pinot_quickstart_tests.yml
+++ b/.github/workflows/pinot_quickstart_tests.yml
@@ -67,7 +67,7 @@ jobs:
           distribution: ${{ matrix.distribution }}
           cache: 'maven'
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
           DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
diff --git a/.github/workflows/pinot_unit_tests.yml 
b/.github/workflows/pinot_unit_tests.yml
index a51b910aac8..e2ec81d366f 100644
--- a/.github/workflows/pinot_unit_tests.yml
+++ b/.github/workflows/pinot_unit_tests.yml
@@ -103,7 +103,7 @@ jobs:
           distribution: ${{ matrix.distribution }}
           cache: 'maven'
       # Step that does that actual cache save and restore
-      - uses: actions/cache@v5
+      - uses: actions/cache@v6
         env:
           SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to