We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8b2eb commit acc32fbCopy full SHA for acc32fb
1 file changed
action.yml
@@ -37,7 +37,7 @@ runs:
37
# This is the version that needs to be increased for each release of the GitHub Action
38
- name: Set Conductor version
39
shell: bash
40
- run: echo "CONDUCTOR_ACTION_VERSION=1.5.3" >> $GITHUB_ENV
+ run: echo "CONDUCTOR_ACTION_VERSION=1.6.0" >> $GITHUB_ENV
41
42
- name: Validate Conductor branch name
43
0 commit comments