Skip to content

Commit

Permalink
Update to setup v4 and update default tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bozimmerman committed Jun 12, 2024
1 parent 5ca0572 commit 36a8dab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Here is an example YAML Fragment in the steps section of a build:
```yaml
steps:
- name: Launch Files Configuration
uses: snxd/deploy-github-launchfiles-action@v3
uses: snxd/deploy-github-launchfiles-action@v4
with:
console_version: '6.1.2.84'
scripts_version: '3.8.2'
console_version: '7.2.49'
scripts_version: '3.10.0'
target_product: 'Emutil'
target_environment: 'Java'
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ inputs:
console_version:
description: Version of Solsta Console Tools to use
required: true
default: "6.1.2.84"
default: "7.2.49"
scripts_version:
description: Version of Solsta Deploy Scripts to use
required: true
default: "3.7.30"
default: "3.10.0"
target_product:
description: Target product containing the environment (case-sensitive)
required: true
Expand Down Expand Up @@ -62,7 +62,7 @@ runs:
using: 'composite'
steps:
- name: Solsta setup
uses: snxd/deploy-github-setup-action@v3
uses: snxd/deploy-github-setup-action@v4
with:
solsta_client_id: ${{ inputs.solsta_client_id }}
solsta_client_secret: ${{ inputs.solsta_client_secret }}
Expand Down

0 comments on commit 36a8dab

Please sign in to comment.