diff --git a/.github/workflows/maven_build.yml b/.github/workflows/maven_build.yml index 981b538..3bc1178 100644 --- a/.github/workflows/maven_build.yml +++ b/.github/workflows/maven_build.yml @@ -35,7 +35,7 @@ jobs: if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/release/')) needs: [ Version, Maven ] - uses: IsyFact/isy-github-actions-templates/.github/workflows/maven_deploy_template.yml@v2.1.0 + uses: IsyFact/isy-github-actions-templates/.github/workflows/maven_deploy_template.yml@v2.1.1 with: version: ${{ needs.Version.outputs.next-version }} maven-opts: '-PcentralSnapshot' diff --git a/.github/workflows/maven_release.yml b/.github/workflows/maven_release.yml index 051e1a4..51532b7 100644 --- a/.github/workflows/maven_release.yml +++ b/.github/workflows/maven_release.yml @@ -12,7 +12,7 @@ jobs: DeployReleaseVersion: needs: [ Build ] - uses: IsyFact/isy-github-actions-templates/.github/workflows/maven_deploy_template.yml@v2.1.0 + uses: IsyFact/isy-github-actions-templates/.github/workflows/maven_deploy_template.yml@v2.1.1 with: version: ${{ github.ref_name }} maven-opts: '-PcentralRelease' diff --git a/CHANGELOG.md b/CHANGELOG.md index 811022b..2c616fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - `IFS-4922`: Aktualisierung von Java 17 auf 25 ### DEPENDENCY UPGRADES +- Update IsyFact/isy-github-actions-templates/.github/workflows/maven_deploy_template.yml von Version 1.7.0 auf 1.8.0 - Update IsyFact/isy-github-actions-templates/.github/workflows/dependabot_auto_merge_template.yml von Version 2.0.0 auf 2.1.0 - Update IsyFact/isy-github-actions-templates/.github/workflows/next_version.yml von Version 2.0.0 auf 2.1.0 - Update IsyFact/isy-github-actions-templates/.github/workflows/maven_create_release_template.yml von Version 2.0.0 auf 2.1.0