From b5bdb795716c74a578ec86f4d6437acd6ec817c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:04:36 +0000 Subject: [PATCH] Bump spring-io/spring-release-actions from 0.0.5 to 0.0.6 Bumps [spring-io/spring-release-actions](https://github.com/spring-io/spring-release-actions) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](https://github.com/spring-io/spring-release-actions/compare/0.0.5...0.0.6) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions dependency-version: 0.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../spring-artifactory-maven-release-staging.yml | 2 +- .../workflows/spring-artifactory-maven-snapshot.yml | 2 +- .github/workflows/spring-cut-release-branch.yml | 2 +- .github/workflows/spring-enterprise-release-bundle.yml | 4 ++-- .github/workflows/spring-finalize-release.yml | 2 +- .github/workflows/spring-merge-dependabot-pr.yml | 2 +- .github/workflows/spring-post-release.yml | 10 +++++----- .github/workflows/spring-pre-release.yml | 2 +- .../workflows/spring-update-release-train-versions.yml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/spring-artifactory-maven-release-staging.yml b/.github/workflows/spring-artifactory-maven-release-staging.yml index 573aa0e..5cbfc79 100644 --- a/.github/workflows/spring-artifactory-maven-release-staging.yml +++ b/.github/workflows/spring-artifactory-maven-release-staging.yml @@ -78,7 +78,7 @@ jobs: - name: Compute Version id: compute-version - uses: spring-io/spring-release-actions/compute-version@0.0.5 + uses: spring-io/spring-release-actions/compute-version@0.0.6 - name: Evaluate Build Name id: build-name diff --git a/.github/workflows/spring-artifactory-maven-snapshot.yml b/.github/workflows/spring-artifactory-maven-snapshot.yml index f68f09f..3104e18 100644 --- a/.github/workflows/spring-artifactory-maven-snapshot.yml +++ b/.github/workflows/spring-artifactory-maven-snapshot.yml @@ -71,7 +71,7 @@ jobs: - name: Compute Version id: compute-version if: ${{ github.ref_name == 'main' }} - uses: spring-io/spring-release-actions/compute-version@0.0.5 + uses: spring-io/spring-release-actions/compute-version@0.0.6 - name: Build and Deploy run: ./mvnw -B -ntp -DaltDeploymentRepository=local::file:deployment-repository ${{ inputs.mavenArgs }} deploy diff --git a/.github/workflows/spring-cut-release-branch.yml b/.github/workflows/spring-cut-release-branch.yml index 3d46cba..3a43473 100644 --- a/.github/workflows/spring-cut-release-branch.yml +++ b/.github/workflows/spring-cut-release-branch.yml @@ -31,7 +31,7 @@ jobs: - name: Compute Version id: compute-version - uses: spring-io/spring-release-actions/compute-version@0.0.5 + uses: spring-io/spring-release-actions/compute-version@0.0.6 - name: Compute Release Version id: compute-release-version diff --git a/.github/workflows/spring-enterprise-release-bundle.yml b/.github/workflows/spring-enterprise-release-bundle.yml index ceac0d0..e093e74 100644 --- a/.github/workflows/spring-enterprise-release-bundle.yml +++ b/.github/workflows/spring-enterprise-release-bundle.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Create Release Bundle - uses: spring-io/spring-release-actions/create-release-bundle@0.0.5 + uses: spring-io/spring-release-actions/create-release-bundle@0.0.6 with: artifactory-url: ${{ inputs.artifactoryUrl }} bundle-name: ${{ inputs.bundleName }} @@ -49,7 +49,7 @@ jobs: username: ${{ secrets.ARTIFACTORY_USERNAME }} password: ${{ secrets.ARTIFACTORY_PASSWORD }} - - uses: spring-io/spring-release-actions/distribute-release-bundle@0.0.5 + - uses: spring-io/spring-release-actions/distribute-release-bundle@0.0.6 continue-on-error: true with: artifactory-url: ${{ inputs.artifactoryUrl }} diff --git a/.github/workflows/spring-finalize-release.yml b/.github/workflows/spring-finalize-release.yml index 522f939..15d88d4 100644 --- a/.github/workflows/spring-finalize-release.yml +++ b/.github/workflows/spring-finalize-release.yml @@ -33,7 +33,7 @@ jobs: - name: Compute Next Snapshot id: next-snapshot - uses: spring-io/spring-release-actions/compute-next-snapshot@0.0.5 + uses: spring-io/spring-release-actions/compute-next-snapshot@0.0.6 with: version: ${{ inputs.milestone }} diff --git a/.github/workflows/spring-merge-dependabot-pr.yml b/.github/workflows/spring-merge-dependabot-pr.yml index 987c585..e381ca8 100644 --- a/.github/workflows/spring-merge-dependabot-pr.yml +++ b/.github/workflows/spring-merge-dependabot-pr.yml @@ -111,7 +111,7 @@ jobs: - name: Compute Version if: steps.is-auto-merge.outputs.autoMerge == 'false' id: compute-version - uses: spring-io/spring-release-actions/compute-version@0.0.5 + uses: spring-io/spring-release-actions/compute-version@0.0.6 - name: Find Milestone for Current Version in Branch if: steps.is-auto-merge.outputs.autoMerge == 'false' diff --git a/.github/workflows/spring-post-release.yml b/.github/workflows/spring-post-release.yml index dc1a046..33a4f6a 100644 --- a/.github/workflows/spring-post-release.yml +++ b/.github/workflows/spring-post-release.yml @@ -100,13 +100,13 @@ jobs: config-file: changelog.properties - name: GitHub Release - uses: spring-io/spring-release-actions/publish-release-notes@0.0.5 + uses: spring-io/spring-release-actions/publish-release-notes@0.0.6 with: tag: ${{ github.ref_name }} - name: Close Milestone if: ${{ inputs.preview != 'true' }} - uses: spring-io/spring-release-actions/close-milestone@0.0.5 + uses: spring-io/spring-release-actions/close-milestone@0.0.6 with: version: ${{ env.MILESTONE }} @@ -119,7 +119,7 @@ jobs: - name: Announce Release in Chat if: ${{ inputs.preview != 'true' && env.CHAT_WEBHOOK_URL }} - uses: spring-io/spring-release-actions/announce-on-gchat@0.0.5 + uses: spring-io/spring-release-actions/announce-on-gchat@0.0.6 with: gchat-webhook-url: ${{ env.CHAT_WEBHOOK_URL }} version: ${{ env.MILESTONE }} @@ -128,14 +128,14 @@ jobs: - id: support-window if: ${{ env.HOTFIX != 'true' && !contains(env.MILESTONE, '-') }} - uses: spring-io/spring-release-actions/compute-support-window@0.0.5 + uses: spring-io/spring-release-actions/compute-support-window@0.0.6 with: version: ${{ env.MILESTONE }} - id: next-milestone if: ${{ env.HOTFIX != 'true' && !contains(env.MILESTONE, '-') && steps.support-window.outputs.support-type != 'eol' }} continue-on-error: true - uses: spring-io/spring-release-actions/compute-next-version@0.0.5 + uses: spring-io/spring-release-actions/compute-next-version@0.0.6 with: version: ${{ env.MILESTONE }} diff --git a/.github/workflows/spring-pre-release.yml b/.github/workflows/spring-pre-release.yml index 1be7a66..a8a058e 100644 --- a/.github/workflows/spring-pre-release.yml +++ b/.github/workflows/spring-pre-release.yml @@ -25,7 +25,7 @@ jobs: with: show-progress: false - - uses: spring-io/spring-release-actions/count-open-issues@0.0.5 + - uses: spring-io/spring-release-actions/count-open-issues@0.0.6 id: count-open-issues with: milestone: ${{ inputs.milestone }} diff --git a/.github/workflows/spring-update-release-train-versions.yml b/.github/workflows/spring-update-release-train-versions.yml index 33f3f15..0c662ed 100644 --- a/.github/workflows/spring-update-release-train-versions.yml +++ b/.github/workflows/spring-update-release-train-versions.yml @@ -59,7 +59,7 @@ jobs: - name: Compute Version id: compute-version - uses: spring-io/spring-release-actions/compute-version@0.0.5 + uses: spring-io/spring-release-actions/compute-version@0.0.6 - name: Update Libraries Versions Catalog env: