From 6b2c64a0cd5be559e5889c0a9bd97f989eff3d08 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 9 Jan 2024 20:49:15 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}