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 }}