Skip to content

Commit bba88b5

Browse files
ci(deps): Bump actions/cache from 3.2.5 to 3.2.6 (#16)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 756af65 commit bba88b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
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/cache@v3.2.5
75+
uses: actions/cache@v3.2.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/cache@v3.2.5
124+
uses: actions/cache@v3.2.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/cache@v3.2.5
149+
uses: actions/cache@v3.2.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/cache@v3.2.5
174+
uses: actions/cache@v3.2.6
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/cache@v3.2.5
207+
uses: actions/cache@v3.2.6
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/cache@v3.2.5
250+
uses: actions/cache@v3.2.6
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/cache@v3.2.5
295+
uses: actions/cache@v3.2.6
296296
with:
297297
key: ${{ runner.os }}-${{ github.run_id }}
298298
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)