mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Build(deps): Bump Alfresco/alfresco-build-tools (#4213)
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 7.1.0 to 8.2.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v7.1.0...v8.2.0) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-major 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:
parent
eebb91cfa2
commit
495f47498b
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -198,7 +198,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Extract commit message
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v7.1.0
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.2.0
|
||||
|
||||
- name: Check ADF link
|
||||
shell: bash
|
||||
|
2
.github/workflows/release-branch.yml
vendored
2
.github/workflows/release-branch.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v7.1.0
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.2.0
|
||||
|
||||
- name: publish
|
||||
uses: ./.github/actions/publish-libs
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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@v7.1.0
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.2.0
|
||||
with:
|
||||
username: ${{ vars.BOT_GITHUB_USERNAME }}
|
||||
email: ${{ vars.BOT_GITHUB_EMAIL }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user