Skip to content

Commit

Permalink
Bump version to 4.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
thvu-katalon authored Jul 5, 2024
1 parent c056279 commit be2054d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Katalon Studio Github Action
uses: katalon-studio/katalon-studio-github-action@v3.0
uses: katalon-studio/katalon-studio-github-action@v4.0
with:
version: '7.5.5'
version: '9.6.0'
projectPath: '${{ github.workspace }}'
args: '-noSplash -retry=0 -testSuiteCollectionPath="Test Suites/Simple Test Suite Collection" -apiKey= ${{ secrets.API_KEY }} --config -webui.autoUpdateDrivers=true'
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github_action",
"version": "2.0.0",
"version": "4.0.0",
"description": "Runs Katalon Studio in Github Action Workflow",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit be2054d

Please sign in to comment.