Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/cache from 4.2.2 to 4.3.0
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](actions/cache@d4323d4...0057852)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2025
commit 7656177b04f45c3055d1ebf63a686f616c46dad1
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- 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
Expand All @@ -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@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- 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
Expand All @@ -121,7 +121,7 @@ jobs:
- 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
Expand All @@ -146,7 +146,7 @@ jobs:
- 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
Expand All @@ -173,7 +173,7 @@ jobs:
- 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
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- 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
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- 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
Expand All @@ -300,7 +300,7 @@ jobs:
- 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
Expand All @@ -318,7 +318,7 @@ jobs:
- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-dev-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ref: master

- name: Load Cached Flutter SDK
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Load Cached Flutter SDK
id: cache-flutter
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
./tool/flutter-sdk
Expand Down