File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ Here is an example YAML Fragment in the steps section of a build
3030``` yaml
3131 steps :
3232 - name : Deploy Build Assets from bin/ directory
33- uses : snxd/deploy-github-deploy-action@v4
33+ uses : snxd/deploy-github-deploy-action@v5
3434 with :
3535 solsta_client_id : ${{ secrets.SOLSTA_CLIENT_ID }}
3636 solsta_client_secret : ${{ secrets.SOLSTA_CLIENT_SECRET }}
3737 working_directory : ' bin/'
3838 console_version : ' 7.2.49'
39- scripts_version : ' 3.10 .0'
39+ scripts_version : ' 3.11 .0'
4040 release_version : ' 1.0'
4141 notes_location : ' https://release.notes.com/notes1.0.html'
4242 target_product : ' Emutil'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
1616 scripts_version :
1717 description : Version of Solsta Deploy Scripts to use
1818 required : true
19- default : " 3.10 .0"
19+ default : " 3.11 .0"
2020 release_version :
2121 description : An environment variable or build parameter to use as a version within Solsta (optional)
2222 required : false
6666 using : ' composite'
6767 steps :
6868 - name : Solsta setup
69- uses : snxd/deploy-github-setup-action@v4
69+ uses : snxd/deploy-github-setup-action@v5
7070 with :
7171 solsta_client_id : ${{ inputs.solsta_client_id }}
7272 solsta_client_secret : ${{ inputs.solsta_client_secret }}
You can’t perform that action at this time.
0 commit comments