Skip to content

Commit

Permalink
build(deps): bump Alfresco/alfresco-build-tools from 1.21.0 to 3.0.2 (A…
Browse files Browse the repository at this point in the history
…ctiviti#4393)

Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 1.21.0 to 3.0.2.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v1.21.0...v3.0.2)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 488f283 commit eeede87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
if: (github.event.action != 'labeled' && (github.event.sender.login != 'dependabot[bot]' || github.event.pull_request.head.repo.full_name == github.repository)) || (github.event.action == 'labeled' && github.event.label.name == 'CI')
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.21.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.0.2

build:
runs-on: ubuntu-latest
Expand All @@ -60,7 +60,7 @@ jobs:
java-version: 17
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@v3.0.2
id: update-pom-to-next-version
if: github.event_name == 'push'

Expand Down Expand Up @@ -128,7 +128,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@v3.0.2

# updatebot requires JDK 11 to work
- name: Configure Java JDK for updatebot
Expand Down Expand Up @@ -157,7 +157,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@v3.0.2
with:
channel-id: 'eng-hxp-studio-activiti-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}

0 comments on commit eeede87

Please sign in to comment.