Skip to content

Commit 24e9ed4

Browse files
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](actions/cache@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3d9a73 commit 24e9ed4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playground_frontend_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v7
4949

5050
- name: 'Cache Flutter Dependencies'
51-
uses: actions/cache@v4
51+
uses: actions/cache@v6
5252
with:
5353
path: /opt/hostedtoolcache/flutter
5454
key: ${{ runner.OS }}-flutter-install-cache-${{ env.FLUTTER_VERSION }}

.github/workflows/tour_of_beam_frontend_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v7
5151

5252
- name: 'Cache Flutter Dependencies'
53-
uses: actions/cache@v4
53+
uses: actions/cache@v6
5454
with:
5555
path: /opt/hostedtoolcache/flutter
5656
key: ${{ runner.OS }}-flutter-install-cache-${{ env.FLUTTER_VERSION }}

0 commit comments

Comments
 (0)