Skip to content

Commit 4d7d54e

Browse files
ci(deps): Bump actions/cache from 3.2.5 to 3.2.6 (#40)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4c84be commit 4d7d54e

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
@@ -72,7 +72,7 @@ jobs:
7272
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7373
- id: cache
7474
name: Cache dependencies
75-
uses: actions/[email protected].5
75+
uses: actions/[email protected].6
7676
with:
7777
key: ${{ runner.os }}-${{ github.run_id }}
7878
path: ${{ env.CACHE_PATH }}
@@ -121,7 +121,7 @@ jobs:
121121
node-version-file: .nvmrc
122122
- id: cache
123123
name: Restore dependencies cache
124-
uses: actions/[email protected].5
124+
uses: actions/[email protected].6
125125
with:
126126
key: ${{ runner.os }}-${{ github.run_id }}
127127
path: ${{ env.CACHE_PATH }}
@@ -146,7 +146,7 @@ jobs:
146146
node-version-file: .nvmrc
147147
- id: cache
148148
name: Restore dependencies cache
149-
uses: actions/[email protected].5
149+
uses: actions/[email protected].6
150150
with:
151151
key: ${{ runner.os }}-${{ github.run_id }}
152152
path: ${{ env.CACHE_PATH }}
@@ -171,7 +171,7 @@ jobs:
171171
node-version-file: .nvmrc
172172
- id: cache
173173
name: Restore dependencies cache
174-
uses: actions/[email protected].5
174+
uses: actions/[email protected].6
175175
with:
176176
key: ${{ runner.os }}-${{ github.run_id }}
177177
path: ${{ env.CACHE_PATH }}
@@ -205,7 +205,7 @@ jobs:
205205
node-version-file: .nvmrc
206206
- id: cache
207207
name: Restore dependencies cache
208-
uses: actions/[email protected].5
208+
uses: actions/[email protected].6
209209
with:
210210
key: ${{ runner.os }}-${{ github.run_id }}
211211
path: ${{ env.CACHE_PATH }}
@@ -248,7 +248,7 @@ jobs:
248248
node-version: ${{ matrix.node-version }}
249249
- id: cache
250250
name: Restore dependencies cache
251-
uses: actions/[email protected].5
251+
uses: actions/[email protected].6
252252
with:
253253
key: ${{ runner.os }}-${{ github.run_id }}
254254
path: ${{ env.CACHE_PATH }}
@@ -293,7 +293,7 @@ jobs:
293293
node-version-file: .nvmrc
294294
- id: cache
295295
name: Restore dependencies cache
296-
uses: actions/[email protected].5
296+
uses: actions/[email protected].6
297297
with:
298298
key: ${{ runner.os }}-${{ github.run_id }}
299299
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)