From 3aca8b8cbcd5eece0b3cade1dbb8459f12876a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:36:30 +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.8.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/5cab7bac9b94deb11087c3c39c8e412f6ecf1e00...a96753d4d1c98384249ea8370b5d605866b63e1e) --- 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..8192993f 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@a96753d4d1c98384249ea8370b5d605866b63e1e # v8.8.0 - name: Resolve maintenance version id: resolve-maintenance-version if: steps.check-branch-exists.outputs.result == 'false'