8000 chore(ci): update `actions/cache` to v2 · bootstrap-vue/bootstrap-vue@d9116b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9116b2

Browse files
committed
chore(ci): update actions/cache to v2
1 parent d52ce0b commit d9116b2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules
37-
uses: actions/cache@v1
37+
uses: actions/cache@v2
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4040
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
run: yarn install --check-files --frozen-lockfile --non-interactive
4848

4949
- name: Cache workspace
50-
uses: actions/cache@v1
50+
uses: actions/cache@v2
5151
with:
5252
path: ${{ github.workspace }}
5353
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -71,7 +71,7 @@ jobs:
7171
node-version: ${{ matrix.node }}
7272

7373
- name: Restore workspace cache
74-
uses: actions/cache@v1
74+
uses: actions/cache@v2
7575
with:
7676
path: ${{ github.workspace }}
7777
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -98,7 +98,7 @@ jobs:
9898
node-version: ${{ matrix.node }}
9999

100100
- name: Restore workspace cache
101-
uses: actions/cache@v1
101+
uses: actions/cache@v2
102102
with:
103103
path: ${{ github.workspace }}
104104
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -125,7 +125,7 @@ jobs:
125125
node-version: ${{ matrix.node }}
126126

127127
- name: Restore workspace cache
128-
uses: actions/cache@v1
128+
uses: actions/cache@v2
129129
with:
130130
path: ${{ github.workspace }}
131131
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -159,7 +159,7 @@ jobs:
159159
node-version: ${{ matrix.node }}
160160

161161
- name: Restore workspace cache
162-
uses: actions/cache@v1
162+
uses: actions/cache@v2
163163
with:
164164
path: ${{ github.workspace }}
165165
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -192,7 +192,7 @@ jobs:
192192
node-version: ${{ matrix.node }}
193193

194194
- name: Restore workspace cache
195-
uses: actions/cache@v1
195+
uses: actions/cache@v2
196196
with:
197197
path: ${{ github.workspace }}
198198
key: ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}

0 commit comments

Comments
 (0)
0