Skip to content

Commit 7c01a51

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3 in the github group (#437)
Bumps the github group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c846d44 commit 7c01a51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: 📦 Install dependencies
5353
run: flutter pub get
5454
- name: ⚙️ Cache generated files
55-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
55+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5656
with:
5757
path: |
5858
.dart_tool/
@@ -131,7 +131,7 @@ jobs:
131131
- name: 📦 Install dependencies
132132
run: flutter pub get
133133
- name: ⚙️ Cache generated files
134-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
134+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
135135
with:
136136
path: |
137137
.dart_tool/
@@ -185,7 +185,7 @@ jobs:
185185
- name: 📦 Install dependencies
186186
run: flutter pub get
187187
- name: ⚙️ Cache generated files
188-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
188+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
189189
with:
190190
path: |
191191
.dart_tool/
@@ -233,7 +233,7 @@ jobs:
233233
- name: 📦 Install dependencies
234234
run: flutter pub get
235235
- name: ⚙️ Cache generated files
236-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
236+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
237237
with:
238238
path: |
239239
.dart_tool/

0 commit comments

Comments
 (0)