Skip to content

Commit 7250abf

Browse files
Bump actions/cache from 5.0.2 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da43067 commit 7250abf

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: git clone
3939
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
4040
- name: Load Cached Flutter SDK
41-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
41+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@8b402f58fbc84540c8b491a91e594a4576fec3d7
64+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
6565
with:
6666
path: |
6767
./tool/flutter-sdk
@@ -99,7 +99,7 @@ jobs:
9999
- name: git clone
100100
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
101101
- name: Load Cached Flutter SDK
102-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
102+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
103103
with:
104104
path: |
105105
./tool/flutter-sdk
@@ -121,7 +121,7 @@ jobs:
121121
- name: git clone
122122
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
123123
- name: Load Cached Flutter SDK
124-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
124+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
125125
with:
126126
path: |
127127
./tool/flutter-sdk
@@ -146,7 +146,7 @@ jobs:
146146
- name: git clone
147147
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
148148
- name: Load Cached Flutter SDK
149-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
149+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
150150
with:
151151
path: |
152152
./tool/flutter-sdk
@@ -173,7 +173,7 @@ jobs:
173173
- name: git clone
174174
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
175175
- name: Load Cached Flutter SDK
176-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
176+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
177177
with:
178178
path: |
179179
./tool/flutter-sdk
@@ -245,7 +245,7 @@ jobs:
245245
- name: git clone
246246
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
247247
- name: Load Cached Flutter SDK
248-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
248+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
249249
with:
250250
path: |
251251
./tool/flutter-sdk
@@ -279,7 +279,7 @@ jobs:
279279
- name: git clone
280280
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
281281
- name: Load Cached Flutter SDK
282-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
282+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
283283
with:
284284
path: |
285285
./tool/flutter-sdk
@@ -304,7 +304,7 @@ jobs:
304304
- name: git clone
305305
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
306306
- name: Load Cached Flutter SDK
307-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
307+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
308308
with:
309309
path: |
310310
./tool/flutter-sdk
@@ -325,7 +325,7 @@ jobs:
325325
- name: git clone
326326
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
327327
- name: Load Cached Flutter SDK
328-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
328+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
329329
with:
330330
path: |
331331
./tool/flutter-sdk
@@ -343,7 +343,7 @@ jobs:
343343
- name: git clone
344344
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
345345
- name: Load Cached Flutter SDK
346-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
346+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
347347
with:
348348
path: |
349349
./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@8b402f58fbc84540c8b491a91e594a4576fec3d7
45+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
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@8b402f58fbc84540c8b491a91e594a4576fec3d7
48+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
4949
with:
5050
path: |
5151
./tool/flutter-sdk

0 commit comments

Comments
 (0)