Skip to content

Commit a7f8a42

Browse files
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]>
1 parent 98a52a8 commit a7f8a42

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: git clone
3939
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4040
- name: Load Cached Flutter SDK
41-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4242
with:
4343
path: |
4444
./tool/flutter-sdk
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
ref: "${{ github.event.pull_request.head.sha }}"
6363
- name: Load Cached Flutter SDK
64-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
64+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
6565
with:
6666
path: |
6767
./tool/flutter-sdk
@@ -99,7 +99,7 @@ jobs:
9999
- name: git clone
100100
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
101101
- name: Load Cached Flutter SDK
102-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
102+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
103103
with:
104104
path: |
105105
./tool/flutter-sdk
@@ -121,7 +121,7 @@ jobs:
121121
- name: git clone
122122
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
123123
- name: Load Cached Flutter SDK
124-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
124+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
125125
with:
126126
path: |
127127
./tool/flutter-sdk
@@ -146,7 +146,7 @@ jobs:
146146
- name: git clone
147147
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
148148
- name: Load Cached Flutter SDK
149-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
149+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
150150
with:
151151
path: |
152152
./tool/flutter-sdk
@@ -173,7 +173,7 @@ jobs:
173173
- name: git clone
174174
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
175175
- name: Load Cached Flutter SDK
176-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
176+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
177177
with:
178178
path: |
179179
./tool/flutter-sdk
@@ -245,7 +245,7 @@ jobs:
245245
- name: git clone
246246
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
247247
- name: Load Cached Flutter SDK
248-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
248+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
249249
with:
250250
path: |
251251
./tool/flutter-sdk
@@ -279,7 +279,7 @@ jobs:
279279
- name: git clone
280280
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
281281
- name: Load Cached Flutter SDK
282-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
282+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
283283
with:
284284
path: |
285285
./tool/flutter-sdk
@@ -300,7 +300,7 @@ jobs:
300300
- name: git clone
301301
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
302302
- name: Load Cached Flutter SDK
303-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
303+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
304304
with:
305305
path: |
306306
./tool/flutter-sdk
@@ -318,7 +318,7 @@ jobs:
318318
- name: git clone
319319
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
320320
- name: Load Cached Flutter SDK
321-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
321+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
322322
with:
323323
path: |
324324
./tool/flutter-sdk

.github/workflows/daily-dev-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ref: master
4343

4444
- name: Load Cached Flutter SDK
45-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
45+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4646
with:
4747
path: |
4848
./tool/flutter-sdk

.github/workflows/flutter-prep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Load Cached Flutter SDK
4747
id: cache-flutter
48-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4949
with:
5050
path: |
5151
./tool/flutter-sdk

0 commit comments

Comments
 (0)