Skip to content

Commit ba49ea1

Browse files
chore(deps): update actions/cache action to v4.3.0 (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 655cac8 commit ba49ea1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: 🌐 Disable analytics
4949
run: flutter --disable-analytics
5050
- name: ⚙️ Cache generated files
51-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5252
with:
5353
path: |
5454
.dart_tool/
@@ -141,7 +141,7 @@ jobs:
141141
- name: 🌐 Disable analytics
142142
run: flutter --disable-analytics
143143
- name: ⚙️ Cache generated files
144-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145145
with:
146146
path: |
147147
.dart_tool/
@@ -195,7 +195,7 @@ jobs:
195195
- name: 🌐 Disable analytics
196196
run: flutter --disable-analytics
197197
- name: ⚙️ Cache generated files
198-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
199199
with:
200200
path: |
201201
.dart_tool/
@@ -244,7 +244,7 @@ jobs:
244244
- name: 🌐 Disable analytics
245245
run: flutter --disable-analytics
246246
- name: ⚙️ Cache generated files
247-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
247+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
248248
with:
249249
path: |
250250
.dart_tool/
@@ -338,7 +338,7 @@ jobs:
338338
persist-credentials: false
339339
set-safe-directory: true
340340
- name: ⚙️ Restore lychee cache
341-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
341+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
342342
with:
343343
path: .lycheecache
344344
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)