Skip to content

Commit 69d3893

Browse files
ci(deps): Bump actions/cache from 3.2.5 to 3.2.6 (#1)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c77ab0d commit 69d3893

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
@@ -71,7 +71,7 @@ jobs:
7171
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7272
- id: cache
7373
name: Cache dependencies
74-
uses: actions/cache@v3.2.5
74+
uses: actions/cache@v3.2.6
7575
with:
7676
key: ${{ runner.os }}-${{ github.run_id }}
7777
path: ${{ env.CACHE_PATH }}
@@ -120,7 +120,7 @@ jobs:
120120
node-version-file: .nvmrc
121121
- id: cache
122122
name: Restore dependencies cache
123-
uses: actions/cache@v3.2.5
123+
uses: actions/cache@v3.2.6
124124
with:
125125
key: ${{ runner.os }}-${{ github.run_id }}
126126
path: ${{ env.CACHE_PATH }}
@@ -145,7 +145,7 @@ jobs:
145145
node-version-file: .nvmrc
146146
- id: cache
147147
name: Restore dependencies cache
148-
uses: actions/cache@v3.2.5
148+
uses: actions/cache@v3.2.6
149149
with:
150150
key: ${{ runner.os }}-${{ github.run_id }}
151151
path: ${{ env.CACHE_PATH }}
@@ -170,7 +170,7 @@ jobs:
170170
node-version-file: .nvmrc
171171
- id: cache
172172
name: Restore dependencies cache
173-
uses: actions/cache@v3.2.5
173+
uses: actions/cache@v3.2.6
174174
with:
175175
key: ${{ runner.os }}-${{ github.run_id }}
176176
path: ${{ env.CACHE_PATH }}
@@ -203,7 +203,7 @@ jobs:
203203
node-version-file: .nvmrc
204204
- id: cache
205205
name: Restore dependencies cache
206-
uses: actions/cache@v3.2.5
206+
uses: actions/cache@v3.2.6
207207
with:
208208
key: ${{ runner.os }}-${{ github.run_id }}
209209
path: ${{ env.CACHE_PATH }}
@@ -246,7 +246,7 @@ jobs:
246246
node-version: ${{ matrix.node-version }}
247247
- id: cache
248248
name: Restore dependencies cache
249-
uses: actions/cache@v3.2.5
249+
uses: actions/cache@v3.2.6
250250
with:
251251
key: ${{ runner.os }}-${{ github.run_id }}
252252
path: ${{ env.CACHE_PATH }}
@@ -271,7 +271,7 @@ jobs:
271271
node-version-file: .nvmrc
272272
- id: cache
273273
name: Restore dependencies cache
274-
uses: actions/cache@v3.2.5
274+
uses: actions/cache@v3.2.6
275275
with:
276276
key: ${{ runner.os }}-${{ github.run_id }}
277277
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)