From acc32fb89f5c7d8ff32983b20141544afd5ffaf4 Mon Sep 17 00:00:00 2001 From: Stephan Vock Date: Tue, 21 Apr 2026 15:29:49 +0100 Subject: [PATCH] Prepare 1.6.0 release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5b54b17..1498ef4 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: # This is the version that needs to be increased for each release of the GitHub Action - name: Set Conductor version shell: bash - run: echo "CONDUCTOR_ACTION_VERSION=1.5.3" >> $GITHUB_ENV + run: echo "CONDUCTOR_ACTION_VERSION=1.6.0" >> $GITHUB_ENV - name: Validate Conductor branch name shell: bash