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"