diff --git a/README.md b/README.md index 9d2db17..068d9ba 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/package.json b/package.json index e6232b6..8ddb133 100644 --- a/package.json +++ b/package.json @@ -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": {