diff --git a/action.yml b/action.yml index 6061c0648..2748e3f4a 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ inputs: runs: using: 'docker' # This is the image that will be used to run the action. The version of the image is changed automatically by releasing a new version of the action. - image: 'docker://asyncapi/github-action-for-cli:3.0.1' + image: 'docker://asyncapi/github-action-for-cli:1.1.0' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package-lock.json b/package-lock.json index 9c625b276..9aec5354d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-for-cli", - "version": "3.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-for-cli", - "version": "3.0.1", + "version": "1.1.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index aef466152..e229472bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-action-for-cli", "description": "This is to be used for running tests for the GitHub Action using the MakeFile", - "version": "3.0.1", + "version": "1.1.0", "scripts": { "test": "make test", "generate:assets": "echo 'No additional assets need to be generated at the moment'",