File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Here is an example YAML Fragment in the steps section of a build:
2121``` yaml
2222 steps :
2323 - name : Launch Files Configuration
24- uses : snxd/deploy-github-launchfiles-action@v3
24+ uses : snxd/deploy-github-launchfiles-action@v4
2525 with :
26- console_version : ' 6.1.2.84 '
27- scripts_version : ' 3.8.2 '
26+ console_version : ' 7.2.49 '
27+ scripts_version : ' 3.10.0 '
2828 target_product : ' Emutil'
2929 target_environment : ' Java'
3030 solsta_client_id : ${{ secrets.SOLSTA_CLIENT_ID }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ inputs:
1212 console_version :
1313 description : Version of Solsta Console Tools to use
1414 required : true
15- default : " 6.1.2.84 "
15+ default : " 7.2.49 "
1616 scripts_version :
1717 description : Version of Solsta Deploy Scripts to use
1818 required : true
19- default : " 3.7.30 "
19+ default : " 3.10.0 "
2020 target_product :
2121 description : Target product containing the environment (case-sensitive)
2222 required : true
6262 using : ' composite'
6363 steps :
6464 - name : Solsta setup
65- uses : snxd/deploy-github-setup-action@v3
65+ uses : snxd/deploy-github-setup-action@v4
6666 with :
6767 solsta_client_id : ${{ inputs.solsta_client_id }}
6868 solsta_client_secret : ${{ inputs.solsta_client_secret }}
You can’t perform that action at this time.
0 commit comments