Skip to content

Commit d9b8a8e

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump spring-io/spring-release-actions from 0.0.4 to 0.0.5
Bumps [spring-io/spring-release-actions](https://github.com/spring-io/spring-release-actions) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](spring-io/spring-release-actions@2420148...a1f3217) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e04c26 commit d9b8a8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/defer-issues.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)