|
48 | 48 | - name: 🌐 Disable analytics |
49 | 49 | run: flutter --disable-analytics |
50 | 50 | - name: ⚙️ Cache generated files |
51 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 51 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
52 | 52 | with: |
53 | 53 | path: | |
54 | 54 | .dart_tool/ |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | - name: 🌐 Disable analytics |
142 | 142 | run: flutter --disable-analytics |
143 | 143 | - name: ⚙️ Cache generated files |
144 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 144 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
145 | 145 | with: |
146 | 146 | path: | |
147 | 147 | .dart_tool/ |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | - name: 🌐 Disable analytics |
196 | 196 | run: flutter --disable-analytics |
197 | 197 | - name: ⚙️ Cache generated files |
198 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 198 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
199 | 199 | with: |
200 | 200 | path: | |
201 | 201 | .dart_tool/ |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | - name: 🌐 Disable analytics |
245 | 245 | run: flutter --disable-analytics |
246 | 246 | - name: ⚙️ Cache generated files |
247 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 247 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
248 | 248 | with: |
249 | 249 | path: | |
250 | 250 | .dart_tool/ |
@@ -338,7 +338,7 @@ jobs: |
338 | 338 | persist-credentials: false |
339 | 339 | set-safe-directory: true |
340 | 340 | - name: ⚙️ Restore lychee cache |
341 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 341 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
342 | 342 | with: |
343 | 343 | path: .lycheecache |
344 | 344 | key: cache-lychee-${{ github.sha }} |
|
0 commit comments