Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 3.9.0 to 5.0.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](92947f8...54f23a6)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 5db8f2b commit bc72521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/update-pom-to-next-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- id: next-prerelease-resolver
name: Calculate next internal release
if: inputs.version == ''
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@92947f8dee1180182ac6cf516edce1d4eb7d9b38 # v3.9.0
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@54f23a67b733f4b39cc644064ecb794944116846 # v5.0.0
with:
next-version: ${{ steps.parse-next-final-version.outputs.result }}
prerelease-type: ${{ inputs.prerelease-type }}
Expand All @@ -50,7 +50,7 @@ runs:
fi
- name: Update pom files to the new version
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@92947f8dee1180182ac6cf516edce1d4eb7d9b38 # v3.9.0
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@54f23a67b733f4b39cc644064ecb794944116846 # v5.0.0
with:
version: ${{ steps.resolve-version.outputs.version }}
maven-cli-opts: ${{ inputs.maven-cli-opts }}
Expand Down

0 comments on commit bc72521

Please sign in to comment.