Skip to content

Commit 4d1eb64

Browse files
committed
ci(deps): bump actions/cache from 3.2.2 to 3.2.3
- closes #22 Signed-off-by: Lexus Drumgold <[email protected]>
1 parent de257af commit 4d1eb64

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
@@ -66,7 +66,7 @@ jobs:
6666
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
6767
- id: cache
6868
name: Cache dependencies
69-
uses: actions/[email protected].2
69+
uses: actions/[email protected].3
7070
with:
7171
key: ${{ runner.os }}-${{ github.run_id }}
7272
path: ${{ env.CACHE_PATH }}
@@ -88,7 +88,7 @@ jobs:
8888
node-version-file: .nvmrc
8989
- id: cache
9090
name: Restore dependencies cache
91-
uses: actions/[email protected].2
91+
uses: actions/[email protected].3
9292
with:
9393
key: ${{ runner.os }}-${{ github.run_id }}
9494
path: ${{ env.CACHE_PATH }}
@@ -113,7 +113,7 @@ jobs:
113113
node-version-file: .nvmrc
114114
- id: cache
115115
name: Restore dependencies cache
116-
uses: actions/[email protected].2
116+
uses: actions/[email protected].3
117117
with:
118118
key: ${{ runner.os }}-${{ github.run_id }}
119119
path: ${{ env.CACHE_PATH }}
@@ -138,7 +138,7 @@ jobs:
138138
node-version-file: .nvmrc
139139
- id: cache
140140
name: Restore dependencies cache
141-
uses: actions/[email protected].2
141+
uses: actions/[email protected].3
142142
with:
143143
key: ${{ runner.os }}-${{ github.run_id }}
144144
path: ${{ env.CACHE_PATH }}
@@ -169,7 +169,7 @@ jobs:
169169
node-version-file: .nvmrc
170170
- id: cache
171171
name: Restore dependencies cache
172-
uses: actions/[email protected].2
172+
uses: actions/[email protected].3
173173
with:
174174
key: ${{ runner.os }}-${{ github.run_id }}
175175
path: ${{ env.CACHE_PATH }}
@@ -205,7 +205,7 @@ jobs:
205205
node-version: ${{ matrix.node-version }}
206206
- id: cache
207207
name: Restore dependencies cache
208-
uses: actions/[email protected].2
208+
uses: actions/[email protected].3
209209
with:
210210
key: ${{ runner.os }}-${{ github.run_id }}
211211
path: ${{ env.CACHE_PATH }}
@@ -250,7 +250,7 @@ jobs:
250250
node-version-file: .nvmrc
251251
- id: cache
252252
name: Restore dependencies cache
253-
uses: actions/[email protected].2
253+
uses: actions/[email protected].3
254254
with:
255255
key: ${{ runner.os }}-${{ github.run_id }}
256256
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)