From 5db8f2bca43e7a50b66f2752b2ef10d434c6a597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:40:50 +0100 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 3.9.0 to 5.0.0 in /.github/actions/get-build-info (#389) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/get-build-info/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-build-info/action.yml b/.github/actions/get-build-info/action.yml index 6ee0292ee..8db7a98bb 100644 --- a/.github/actions/get-build-info/action.yml +++ b/.github/actions/get-build-info/action.yml @@ -3,7 +3,7 @@ description: "Get build-related info from GitHub and load it as generically name runs: using: composite steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@92947f8dee1180182ac6cf516edce1d4eb7d9b38 # v3.9.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@54f23a67b733f4b39cc644064ecb794944116846 # v5.0.0 - name: "Get build info" run: | [[ $GITHUB_EVENT_NAME == "pull_request" ]] && IS_PULL_REQUEST="true" || IS_PULL_REQUEST="false"