From c6b3f743504d954cb373271586220a584a78d4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:44:29 -0400 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools (#11256) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 9.2.0 to 9.3.1. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/bebd6c2fddd0a58ecf7f0acfc511a019f6afc180...348e767723102af8cff995773904a2c16b098d11) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 9.3.1 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 e39c5e6c33..3d5995c587 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -26,7 +26,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@bebd6c2fddd0a58ecf7f0acfc511a019f6afc180 # v9.2.0 + uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@348e767723102af8cff995773904a2c16b098d11 # v9.3.1 # CACHE - name: Node Modules cache id: node-modules-cache