From 1b3494e8d6467834432a89c58f5c3e7d0c3e88e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:02:35 +0000 Subject: [PATCH] Bump actions/cache from 4.2.2 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 5.0.2. - [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/d4323d4df104b026a6aa633fdb11d772146be0bf...8b402f58fbc84540c8b491a91e594a4576fec3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 20 ++++++++++---------- .github/workflows/daily-dev-bump.yaml | 2 +- .github/workflows/flutter-prep.yaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ac5255f054..036120dea9d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -61,7 +61,7 @@ jobs: with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -99,7 +99,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -121,7 +121,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -146,7 +146,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -173,7 +173,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -244,7 +244,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -278,7 +278,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -299,7 +299,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk @@ -317,7 +317,7 @@ jobs: - name: git clone uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index dafe9c51116..e9c57b8f872 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -42,7 +42,7 @@ jobs: ref: master - name: Load Cached Flutter SDK - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index e2d44e78611..67f34e0266f 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -45,7 +45,7 @@ jobs: - name: Load Cached Flutter SDK id: cache-flutter - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ./tool/flutter-sdk