Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0345849

Browse files
authoredMar 13, 2023
ci(deps): Bump actions/cache from 3.3.0 to 3.3.1 (#117)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c46fcbb commit 0345849

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.3.0
75+
uses: actions/cache@v3.3.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/cache@v3.3.0
124+
uses: actions/cache@v3.3.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/cache@v3.3.0
149+
uses: actions/cache@v3.3.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/cache@v3.3.0
174+
uses: actions/cache@v3.3.1
175175
with:
176176
key: ${{ runner.os }}-${{ github.run_id }}
177177
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.3.0
206+
uses: actions/cache@v3.3.1
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.3.0
249+
uses: actions/cache@v3.3.1
250250
with:
251251
key: ${{ runner.os }}-${{ github.run_id }}
252252
path: ${{ env.CACHE_PATH }}
@@ -291,7 +291,7 @@ jobs:
291291
node-version-file: .nvmrc
292292
- id: cache
293293
name: Restore dependencies cache
294-
uses: actions/cache@v3.3.0
294+
uses: actions/cache@v3.3.1
295295
with:
296296
key: ${{ runner.os }}-${{ github.run_id }}
297297
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)
Please sign in to comment.