Skip to content

Commit 36a8dab

Browse files
committed
Update to setup v4 and update default tool versions
1 parent 5ca0572 commit 36a8dab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

action.yml

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

0 commit comments

Comments
 (0)