From 33c2c98f359b4157cf598627a853abc22a8d2dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:17:19 +0100 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools (#10631) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.12.1 to 8.13.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/4b0ea0ccff236b931a3cb94f4e8640525439361a...166e610d3eebb2a561d6daba97cd58d98ef2db14) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools 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 a83fbf4847..6fc5042de3 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@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1 + uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@166e610d3eebb2a561d6daba97cd58d98ef2db14 # v8.13.0 # CACHE - name: Node Modules cache id: node-modules-cache