Skip to content

Commit 569385b

Browse files
ci(deps): bump actions/cache from 4.1.1 to 4.1.2 (#514)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73e6d28 commit 569385b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
8888
- id: cache
8989
name: Cache dependencies
90-
uses: actions/[email protected].1
90+
uses: actions/[email protected].2
9191
with:
9292
key: ${{ steps.cache-key.outputs.result }}
9393
path: ${{ env.CACHE_PATH }}
@@ -117,7 +117,7 @@ jobs:
117117
node-version-file: .nvmrc
118118
- id: cache
119119
name: Restore dependencies cache
120-
uses: actions/[email protected].1
120+
uses: actions/[email protected].2
121121
with:
122122
key: ${{ needs.preflight.outputs.cache-key }}
123123
path: ${{ env.CACHE_PATH }}
@@ -169,7 +169,7 @@ jobs:
169169
node-version-file: .nvmrc
170170
- id: cache
171171
name: Restore dependencies cache
172-
uses: actions/[email protected].1
172+
uses: actions/[email protected].2
173173
with:
174174
key: ${{ needs.preflight.outputs.cache-key }}
175175
path: ${{ env.CACHE_PATH }}
@@ -198,7 +198,7 @@ jobs:
198198
node-version-file: .nvmrc
199199
- id: cache
200200
name: Restore dependencies cache
201-
uses: actions/[email protected].1
201+
uses: actions/[email protected].2
202202
with:
203203
key: ${{ needs.preflight.outputs.cache-key }}
204204
path: ${{ env.CACHE_PATH }}
@@ -227,7 +227,7 @@ jobs:
227227
node-version-file: .nvmrc
228228
- id: cache
229229
name: Restore dependencies cache
230-
uses: actions/[email protected].1
230+
uses: actions/[email protected].2
231231
with:
232232
key: ${{ needs.preflight.outputs.cache-key }}
233233
path: ${{ env.CACHE_PATH }}
@@ -269,7 +269,7 @@ jobs:
269269
- id: cache
270270
if: steps.test-files-check.outputs.files_exists == 'true'
271271
name: Restore dependencies cache
272-
uses: actions/[email protected].1
272+
uses: actions/[email protected].2
273273
with:
274274
key: ${{ needs.preflight.outputs.cache-key }}
275275
path: ${{ env.CACHE_PATH }}
@@ -322,7 +322,7 @@ jobs:
322322
- id: cache
323323
if: steps.test-files-check.outputs.files_exists == 'true'
324324
name: Restore dependencies cache
325-
uses: actions/[email protected].1
325+
uses: actions/[email protected].2
326326
with:
327327
key: ${{ needs.preflight.outputs.cache-key }}
328328
path: ${{ env.CACHE_PATH }}
@@ -376,7 +376,7 @@ jobs:
376376
node-version-file: .nvmrc
377377
- id: cache
378378
name: Restore dependencies cache
379-
uses: actions/[email protected].1
379+
uses: actions/[email protected].2
380380
with:
381381
key: ${{ needs.preflight.outputs.cache-key }}
382382
path: ${{ env.CACHE_PATH }}
@@ -427,7 +427,7 @@ jobs:
427427
node-version-file: .nvmrc
428428
- id: cache
429429
name: Restore dependencies cache
430-
uses: actions/[email protected].1
430+
uses: actions/[email protected].2
431431
with:
432432
key: ${{ needs.preflight.outputs.cache-key }}
433433
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)