Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit b82eed8

Browse files
committed
Update to setup action v5
Default deploy scripts v3.11
1 parent 3f4140f commit b82eed8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Here is an example YAML Fragment in the steps section of a build:
3030
```yaml
3131
steps:
3232
- name: Create Object Configuration
33-
uses: snxd/deploy-github-create-action@v4
33+
uses: snxd/deploy-github-create-action@v5
3434
with:
3535
console_version: '7.2.49'
36-
scripts_version: '3.10.0'
36+
scripts_version: '3.11.0'
3737
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
3838
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
3939
action_type: create

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.31"
19+
default: "3.11.0"
2020
action_type:
2121
description: Either create, update, or delete
2222
default: 'create'
@@ -64,7 +64,7 @@ runs:
6464
using: 'composite'
6565
steps:
6666
- name: Solsta setup
67-
uses: snxd/deploy-github-setup-action@v4
67+
uses: snxd/deploy-github-setup-action@v5
6868
with:
6969
solsta_client_id: ${{ inputs.solsta_client_id }}
7070
solsta_client_secret: ${{ inputs.solsta_client_secret }}

0 commit comments

Comments
 (0)