Skip to content

Commit 81803a8

Browse files
authored
Update github actions/cache version (#97)
1 parent ea0eba7 commit 81803a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 'latest'
2525

2626
- name: Restore cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: node_modules
3030
key: v1-dependencies-${{ hashFiles('package.json') }}-${{ matrix.graphql-version }}
@@ -44,7 +44,7 @@ jobs:
4444
run: yarn install --frozen-lockfile
4545

4646
- name: Save cache
47-
uses: actions/cache@v2
47+
uses: actions/cache@v3
4848
with:
4949
path: node_modules
5050
key: v1-dependencies-${{ hashFiles('package.json') }}-${{ matrix.graphql-version }}
@@ -64,7 +64,7 @@ jobs:
6464
node-version: 'latest'
6565

6666
- name: Restore cache
67-
uses: actions/cache@v2
67+
uses: actions/cache@v3
6868
with:
6969
path: node_modules
7070
key: v1-dependencies-${{ hashFiles('package.json') }}
@@ -75,7 +75,7 @@ jobs:
7575
run: yarn install --frozen-lockfile
7676

7777
- name: Save cache
78-
uses: actions/cache@v2
78+
uses: actions/cache@v3
7979
with:
8080
path: node_modules
8181
key: v1-dependencies-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)