Skip to content

Commit 106028f

Browse files
committed
Updated example version to v3, and scripts version.
1 parent 98b0944 commit 106028f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Here is an example YAML Fragment in the steps section of a build
2929
```yaml
3030
steps:
3131
- name: Deploy Build Assets from bin/ directory
32-
uses: snxd/deploy-github-deploy-action@v2
32+
uses: snxd/deploy-github-deploy-action@v3
3333
with:
3434
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
3535
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
3636
working_directory: 'bin/'
3737
console_version: '6.1.2.84'
38-
scripts_version: '3.7.30'
38+
scripts_version: '3.8.2'
3939
release_version: '1.0'
4040
target_product: 'Emutil'
4141
target_environment: 'Java'

0 commit comments

Comments
 (0)