Skip to content

Commit cc59b5f

Browse files
Updated CLI and SDK versions (#327)
* Updated CLI and SDK versions * Updated workflow to use actions/cache v3 * blank commit * Updated package-lock
1 parent 913d882 commit cc59b5f

File tree

3 files changed

+3924
-2646
lines changed

3 files changed

+3924
-2646
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
percy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 14
15-
- uses: actions/cache@v2
15+
- uses: actions/cache@v3
1616
with:
1717
path: ~/.npm
1818
key: v1/${{ runner.os }}/node-14/${{ hashFiles('**/package-lock.lock') }}

0 commit comments

Comments
 (0)