Skip to content

Commit 5cf4b53

Browse files
committed
Update script and setup action ver
1 parent 79bbcb0 commit 5cf4b53

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
@@ -23,11 +23,11 @@ Here is an example YAML Fragment in the steps section of a build
2323
```yaml
2424
steps:
2525
- name: Deploy Build Assets from bin/ directory
26-
uses: snxd/deploy-github-deploy-action@v1
26+
uses: snxd/deploy-github-deploy-action@v2
2727
with:
2828
working_directory: 'bin/'
2929
console_version: '6.1.2.59'
30-
scripts_version: '3.7.25'
30+
scripts_version: '3.7.24'
3131
release_version: '1.0'
3232
target_product: 'Emutil'
3333
target_environment: 'Java'

0 commit comments

Comments
 (0)