Build(deps): Bump Alfresco/alfresco-build-tools (#4549)

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.18.0 to 8.19.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.18.0...v8.19.1)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-version: 8.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-05 11:10:26 +02:00 committed by GitHub
parent 0246f5b05a
commit f2a07a6d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ jobs:
fetch-depth: 2
- name: Extract commit message
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.18.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.19.1
- name: Check ADF link
shell: bash

View File

@ -188,7 +188,7 @@ jobs:
- uses: ./.github/actions/setup
with:
npm_tag: ${{ inputs.npm-tag }}
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.18.0
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.19.1
with:
username: ${{ vars.BOT_GITHUB_USERNAME }}
email: ${{ vars.BOT_GITHUB_EMAIL }}