Skip to content

Commit 12bc697

Browse files
Updated cli and sdk versions (#146)
* Updated cli and sdk versions * Updated actions to v3 * Updated cli version
1 parent a897197 commit 12bc697

File tree

4 files changed

+1117
-503
lines changed

4 files changed

+1117
-503
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- uses: actions/setup-java@v1
1010
with:
1111
java-version: 8
12-
- uses: actions/cache@v2
12+
- uses: actions/cache@v3
1313
with:
1414
path: ~/.npm
1515
key: v1/${{ runner.os }}/java-8/${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)