diff --git a/action.yml b/action.yml index 53aa8af50..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:1.0.0' + image: 'docker://asyncapi/github-action-for-cli:1.1.0' args: - ${{ inputs.cli_version }} - ${{ inputs.command }}