Skip to content

Commit f73b251

Browse files
ci(deps): bump actions/cache from 4.2.1 to 4.2.2 (#66)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81da151 commit f73b251

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
9090
- id: cache
9191
name: Cache dependencies
92-
uses: actions/[email protected].1
92+
uses: actions/[email protected].2
9393
with:
9494
key: ${{ steps.cache-key.outputs.result }}
9595
path: ${{ env.CACHE_PATH }}
@@ -129,7 +129,7 @@ jobs:
129129
node-version-file: .nvmrc
130130
- id: cache
131131
name: Restore dependencies cache
132-
uses: actions/[email protected].1
132+
uses: actions/[email protected].2
133133
with:
134134
key: ${{ needs.preflight.outputs.cache-key }}
135135
path: ${{ env.CACHE_PATH }}
@@ -179,7 +179,7 @@ jobs:
179179
node-version-file: .nvmrc
180180
- id: cache
181181
name: Restore dependencies cache
182-
uses: actions/[email protected].1
182+
uses: actions/[email protected].2
183183
with:
184184
key: ${{ needs.preflight.outputs.cache-key }}
185185
path: ${{ env.CACHE_PATH }}
@@ -208,7 +208,7 @@ jobs:
208208
node-version-file: .nvmrc
209209
- id: cache
210210
name: Restore dependencies cache
211-
uses: actions/[email protected].1
211+
uses: actions/[email protected].2
212212
with:
213213
key: ${{ needs.preflight.outputs.cache-key }}
214214
path: ${{ env.CACHE_PATH }}
@@ -237,7 +237,7 @@ jobs:
237237
node-version-file: .nvmrc
238238
- id: cache
239239
name: Restore dependencies cache
240-
uses: actions/[email protected].1
240+
uses: actions/[email protected].2
241241
with:
242242
key: ${{ needs.preflight.outputs.cache-key }}
243243
path: ${{ env.CACHE_PATH }}
@@ -275,7 +275,7 @@ jobs:
275275
node-version-file: .nvmrc
276276
- id: cache
277277
name: Restore dependencies cache
278-
uses: actions/[email protected].1
278+
uses: actions/[email protected].2
279279
with:
280280
key: ${{ needs.preflight.outputs.cache-key }}
281281
path: ${{ env.CACHE_PATH }}
@@ -330,7 +330,7 @@ jobs:
330330
node-version: ${{ matrix.node-version }}
331331
- id: cache
332332
name: Restore dependencies cache
333-
uses: actions/[email protected].1
333+
uses: actions/[email protected].2
334334
with:
335335
key: ${{ needs.preflight.outputs.cache-key }}
336336
path: ${{ env.CACHE_PATH }}
@@ -400,7 +400,7 @@ jobs:
400400
node-version-file: .nvmrc
401401
- id: cache
402402
name: Restore dependencies cache
403-
uses: actions/[email protected].1
403+
uses: actions/[email protected].2
404404
with:
405405
key: ${{ needs.preflight.outputs.cache-key }}
406406
path: ${{ env.CACHE_PATH }}
@@ -453,7 +453,7 @@ jobs:
453453
node-version-file: .nvmrc
454454
- id: cache
455455
name: Restore dependencies cache
456-
uses: actions/[email protected].1
456+
uses: actions/[email protected].2
457457
with:
458458
key: ${{ needs.preflight.outputs.cache-key }}
459459
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)