From d11fbf4b5eb8b3c276cff56ca7fe416edfc87488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:46:09 -0400 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools (#11244) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.33.1 to 9.2.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/62d25370db3ca229de518fab5b32ec014a061101...bebd6c2fddd0a58ecf7f0acfc511a019f6afc180) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 d0c83570a1..ebb08afb11 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@62d25370db3ca229de518fab5b32ec014a061101 # v8.33.1 + uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@bebd6c2fddd0a58ecf7f0acfc511a019f6afc180 # v9.2.0 # CACHE - name: Node Modules cache id: node-modules-cache