From 930a5f3e4974065a28ee9aa81d05c18f6a9fdb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:04:19 +0000 Subject: [PATCH] Bump spring-io/spring-release-actions 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] --- .../actions/spring-compute-milestone-to-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/spring-compute-milestone-to-release/action.yml b/.github/actions/spring-compute-milestone-to-release/action.yml index 0b50fcd..c06be67 100644 --- a/.github/actions/spring-compute-milestone-to-release/action.yml +++ b/.github/actions/spring-compute-milestone-to-release/action.yml @@ -25,7 +25,7 @@ runs: - 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 milestone from hotfix version id: hotfix-milestone @@ -43,6 +43,6 @@ runs: - name: Compute next scheduled milestone id: milestone if: ${{ steps.hotfix-milestone.outputs.hotfix != 'true' }} - uses: spring-io/spring-release-actions/compute-next-scheduled-milestone@0.0.5 + uses: spring-io/spring-release-actions/compute-next-scheduled-milestone@0.0.6 with: snapshot-version: ${{ steps.compute-version.outputs.version }}