From 0fbb53da3909efca583a25ebb6860b45260574ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 08:34:15 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools (#11486) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/ffc4f9974da0c6fe311fb66e119547a2e8c126c8...4657bc5c89f722332e897d8f360b75f08e81b8b9) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c754235dc9..10aa7f6991 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -25,7 +25,7 @@ runs: cache-dependency-path: package-lock.json - name: get latest tag sha id: tag-sha - uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@ffc4f9974da0c6fe311fb66e119547a2e8c126c8 # v12.0.0 + uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@4657bc5c89f722332e897d8f360b75f08e81b8b9 # v12.1.0 # CACHE - name: Node Modules cache id: node-modules-cache