From 9397d2abadf2f8ee8a6b393d3fcb6051397298b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:40:08 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.1.0 to 8.7.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/5cab7bac9b94deb11087c3c39c8e412f6ecf1e00...a809e68fae7ded4c8ad28bb2fd463187cd28bc34) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/create-maintenance-branch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-maintenance-branch/action.yml b/.github/actions/create-maintenance-branch/action.yml index 82a13a18..839fe2e4 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@a809e68fae7ded4c8ad28bb2fd463187cd28bc34 # v8.7.0 - name: Resolve maintenance version id: resolve-maintenance-version if: steps.check-branch-exists.outputs.result == 'false'