Bump actions/cache from 4.2.2 to 4.3.0 (#9446)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.3.0.
- [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...0057852bfaa89a56745cba8c7296529d2fc39830)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 38cedc3..238ea40 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -61,7 +61,7 @@
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -99,7 +99,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -121,7 +121,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -146,7 +146,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -173,7 +173,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -245,7 +245,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -279,7 +279,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -300,7 +300,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
@@ -318,7 +318,7 @@
- name: git clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml
index fa8fe87..65c5202 100644
--- a/.github/workflows/daily-dev-bump.yaml
+++ b/.github/workflows/daily-dev-bump.yaml
@@ -42,7 +42,7 @@
ref: master
- name: Load Cached Flutter SDK
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml
index 6ac6672..d25da64 100644
--- a/.github/workflows/flutter-prep.yaml
+++ b/.github/workflows/flutter-prep.yaml
@@ -45,7 +45,7 @@
- name: Load Cached Flutter SDK
id: cache-flutter
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk