From 810f444a5cb41b61eaceb68bd9c89a6c5fcef05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:59:39 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 1.21.0 to 2.6.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 1.21.0 to 2.6.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v1.21.0...v2.6.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..0b16653846 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.6.0 with: token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f266b760a4..f485541c38 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.6.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.6.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.6.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.6.0 with: channel-id: 'eng-hxp-studio-activiti-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}