Skip to content

Commit 80e8074

Browse files
committed
Update to setup-action v5, deploy tools 3.11
1 parent e563660 commit 80e8074

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -66,7 +66,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)