File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
defaults :
15
15
run :
16
16
working-directory : ./packages/cli
17
- name : Build CLI
17
+ name : CLI - Build
18
18
runs-on : ubuntu-22.04
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install pnpm
24
24
uses : pnpm/action-setup@v3
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
defaults :
18
18
run :
19
19
working-directory : ./packages/js-sdk
20
- name : Build and test SDK
20
+ name : JS SDK - Build and test
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Install pnpm
27
27
uses : pnpm/action-setup@v3
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
defaults :
18
18
run :
19
19
working-directory : ./packages/python-sdk
20
- name : Build and test SDK
20
+ name : Python SDK - Build and test
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments