diff --git a/.github/actions/create-maintenance-branch/action.yml b/.github/actions/create-maintenance-branch/action.yml index 82a13a18..54c26bae 100644 --- a/.github/actions/create-maintenance-branch/action.yml +++ b/.github/actions/create-maintenance-branch/action.yml @@ -56,7 +56,7 @@ runs: run: | git checkout -b "$BRANCH" - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@5cab7bac9b94deb11087c3c39c8e412f6ecf1e00 # v8.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@ac971d319df1ef3b69104c7b0510348191d78952 # v8.12.0 - name: Resolve maintenance version id: resolve-maintenance-version if: steps.check-branch-exists.outputs.result == 'false'