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 }}