Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) and [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `Alfresco/alfresco-build-tools` from 5.22.3 to 5.34.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v5.22.3...v5.34.0)

Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 0e2f05e commit 70b4e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.22.3
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.34.0

docker:
name: activemq ${{ matrix.activemq_base_version }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor != 'dependabot[bot]' }}
build-args: |
Expand Down

0 comments on commit 70b4e91

Please sign in to comment.