Skip to content

Commit b0e98da

Browse files
authored
Downgrade GitHub Action image version to 5.0.0
1 parent c2e7583 commit b0e98da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
using: 'docker'
3838
# This is the image that will be used to run the action.
3939
# IMPORTANT: The version has to be changed manually in your PRs.
40-
image: 'docker://asyncapi/github-action-for-cli:6.0.0'
40+
image: 'docker://asyncapi/github-action-for-cli:5.0.0'
4141
args:
4242
- ${{ inputs.cli_version }}
4343
- ${{ inputs.command }}

0 commit comments

Comments
 (0)