From be02102fbb247dcc29ec1209bf868a50493e57e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 02:02:47 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 1.21.0 to 2.3.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 1.21.0 to 2.3.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v1.21.0...v2.3.0) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/main.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 5dd4593cc9..763c628aa6 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,6 +8,6 @@ jobs: dependabot-auto-merge: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v2.3.0 with: token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f266b760a4..5f8810ef9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v2.3.0 build: runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: java-version: 11 distribution: 'temurin' - - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v2.3.0 id: update-pom-to-next-version if: github.event_name == 'push' @@ -113,7 +113,7 @@ jobs: - name: Install updatebot if: github.event_name == 'push' - uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatebot@v1.21.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatebot@v2.3.0 - name: Run updatebot if: github.event_name == 'push' @@ -134,7 +134,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v1.21.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v2.3.0 with: channel-id: 'eng-hxp-studio-activiti-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}