Skip to content

Commit 1f9d8df

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

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].0
75+
uses: actions/[email protected].1
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].0
124+
uses: actions/[email protected].1
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].0
149+
uses: actions/[email protected].1
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].0
174+
uses: actions/[email protected].1
175175
with:
176176
key: ${{ runner.os }}-${{ github.run_id }}
177177
path: ${{ env.CACHE_PATH }}
@@ -204,7 +204,7 @@ jobs:
204204
node-version-file: .nvmrc
205205
- id: cache
206206
name: Restore dependencies cache
207-
uses: actions/[email protected].0
207+
uses: actions/[email protected].1
208208
with:
209209
key: ${{ runner.os }}-${{ github.run_id }}
210210
path: ${{ env.CACHE_PATH }}
@@ -247,7 +247,7 @@ jobs:
247247
node-version: ${{ matrix.node-version }}
248248
- id: cache
249249
name: Restore dependencies cache
250-
uses: actions/[email protected].0
250+
uses: actions/[email protected].1
251251
with:
252252
key: ${{ runner.os }}-${{ github.run_id }}
253253
path: ${{ env.CACHE_PATH }}
@@ -292,7 +292,7 @@ jobs:
292292
node-version-file: .nvmrc
293293
- id: cache
294294
name: Restore dependencies cache
295-
uses: actions/[email protected].0
295+
uses: actions/[email protected].1
296296
with:
297297
key: ${{ runner.os }}-${{ github.run_id }}
298298
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)