From 1494cea53d969490ec5cde2a699971367d2d364f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:09:42 +0100 Subject: [PATCH] Build(deps): Bump Alfresco/alfresco-build-tools (#4267) Bumps the github-actions group with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `Alfresco/alfresco-build-tools` from 8.2.0 to 8.4.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.2.0...v8.4.0) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 2 +- .github/workflows/release-branch.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e1f1c6d26d..42c8af4404 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -198,7 +198,7 @@ jobs: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.2.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.4.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 8814dca9a7..add3dc9580 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -75,7 +75,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.2.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.4.0 - name: publish uses: ./.github/actions/publish-libs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18732682dd..1fdb78580c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - uses: ./.github/actions/setup - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.2.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.4.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }}