Skip to content

Commit e730efc

Browse files
ci(deps): Bump actions/cache from 4.2.4 to 4.3.0 (#270)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9af025 commit e730efc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT
8787
- id: cache
8888
name: Cache dependencies
89-
uses: actions/cache@v4.2.4
89+
uses: actions/cache@v4.3.0
9090
with:
9191
key: ${{ steps.cache-key.outputs.result }}
9292
path: ${{ env.CACHE_PATH }}
@@ -113,7 +113,7 @@ jobs:
113113
node-version-file: .nvmrc
114114
- id: cache
115115
name: Restore dependencies cache
116-
uses: actions/cache@v4.2.4
116+
uses: actions/cache@v4.3.0
117117
with:
118118
key: ${{ needs.preflight.outputs.cache-key }}
119119
path: ${{ env.CACHE_PATH }}
@@ -140,7 +140,7 @@ jobs:
140140
node-version-file: .nvmrc
141141
- id: cache
142142
name: Restore dependencies cache
143-
uses: actions/cache@v4.2.4
143+
uses: actions/cache@v4.3.0
144144
with:
145145
key: ${{ needs.preflight.outputs.cache-key }}
146146
path: ${{ env.CACHE_PATH }}
@@ -176,7 +176,7 @@ jobs:
176176
node-version-file: .nvmrc
177177
- id: cache
178178
name: Restore dependencies cache
179-
uses: actions/cache@v4.2.4
179+
uses: actions/cache@v4.3.0
180180
with:
181181
key: ${{ needs.preflight.outputs.cache-key }}
182182
path: ${{ env.CACHE_PATH }}
@@ -225,7 +225,7 @@ jobs:
225225
node-version-file: .nvmrc
226226
- id: cache
227227
name: Restore dependencies cache
228-
uses: actions/cache@v4.2.4
228+
uses: actions/cache@v4.3.0
229229
with:
230230
key: ${{ needs.preflight.outputs.cache-key }}
231231
path: ${{ env.CACHE_PATH }}
@@ -271,7 +271,7 @@ jobs:
271271
node-version: ${{ matrix.node-version }}
272272
- id: cache
273273
name: Restore dependencies cache
274-
uses: actions/cache@v4.2.4
274+
uses: actions/cache@v4.3.0
275275
with:
276276
key: ${{ needs.preflight.outputs.cache-key }}
277277
path: ${{ env.CACHE_PATH }}
@@ -361,7 +361,7 @@ jobs:
361361
node-version-file: .nvmrc
362362
- id: cache
363363
name: Restore dependencies cache
364-
uses: actions/cache@v4.2.4
364+
uses: actions/cache@v4.3.0
365365
with:
366366
key: ${{ needs.preflight.outputs.cache-key }}
367367
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)