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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24e9ed4e0e9 Bump actions/cache from 4 to 6 (#39081)
24e9ed4e0e9 is described below

commit 24e9ed4e0e9541cb92aad22db4ca3a339b83fd04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 07:58:07 2026 -0400

    Bump actions/cache from 4 to 6 (#39081)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/playground_frontend_test.yml   | 2 +-
 .github/workflows/tour_of_beam_frontend_test.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/playground_frontend_test.yml 
b/.github/workflows/playground_frontend_test.yml
index c4c76270486..b54fdc0ecfd 100644
--- a/.github/workflows/playground_frontend_test.yml
+++ b/.github/workflows/playground_frontend_test.yml
@@ -48,7 +48,7 @@ jobs:
       - uses: actions/checkout@v7
 
       - name: 'Cache Flutter Dependencies'
-        uses: actions/cache@v4
+        uses: actions/cache@v6
         with:
           path: /opt/hostedtoolcache/flutter
           key: ${{ runner.OS }}-flutter-install-cache-${{ env.FLUTTER_VERSION 
}}
diff --git a/.github/workflows/tour_of_beam_frontend_test.yml 
b/.github/workflows/tour_of_beam_frontend_test.yml
index 0812740fabd..c6df5bf6ea1 100644
--- a/.github/workflows/tour_of_beam_frontend_test.yml
+++ b/.github/workflows/tour_of_beam_frontend_test.yml
@@ -50,7 +50,7 @@ jobs:
       - uses: actions/checkout@v7
 
       - name: 'Cache Flutter Dependencies'
-        uses: actions/cache@v4
+        uses: actions/cache@v6
         with:
           path: /opt/hostedtoolcache/flutter
           key: ${{ runner.OS }}-flutter-install-cache-${{ env.FLUTTER_VERSION 
}}

Reply via email to