File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Compute Version
2020 id : compute-version
21- uses : spring-io/spring-release-actions/compute-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
21+ uses : spring-io/spring-release-actions/compute-version@a1f321783a0769dd2aea4fad6c2ae2f95a52b885 # 0.0.5
2222 - name : Get Today's Release Version
2323 id : todays-release
24- uses : spring-io/spring-release-actions/get-todays-release-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
24+ uses : spring-io/spring-release-actions/get-todays-release-version@a1f321783a0769dd2aea4fad6c2ae2f95a52b885 # 0.0.5
2525 with :
2626 snapshot-version : ${{ steps.compute-version.outputs.version }}
2727 milestone-repository : ${{ github.repository }}
2828 milestone-token : ${{ secrets.GITHUB_TOKEN }}
2929 - name : Compute Next Version
3030 id : next-version
31- uses : spring-io/spring-release-actions/compute-next-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
31+ uses : spring-io/spring-release-actions/compute-next-version@a1f321783a0769dd2aea4fad6c2ae2f95a52b885 # 0.0.5
3232 with :
3333 version : ${{ steps.todays-release.outputs.release-version }}
3434 - name : Schedule Next Milestone
35- uses : spring-io/spring-release-actions/schedule-milestone@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
35+ uses : spring-io/spring-release-actions/schedule-milestone@a1f321783a0769dd2aea4fad6c2ae2f95a52b885 # 0.0.5
3636 with :
3737 version : ${{ steps.next-version.outputs.version }}
3838 version-date : ${{ steps.next-version.outputs.version-date }}
You can’t perform that action at this time.
0 commit comments