We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52da76d commit 3f85d83Copy full SHA for 3f85d83
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
# (bump:major,bump:minor,bump:patch)
22
- id: bumpr
23
if: "!startsWith(github.ref, 'refs/tags/')"
24
- uses: haya14busa/action-bumpr@78ab5a104d20896c9c9122c64221b3aecf1a8cbb # v1.10.0
+ uses: haya14busa/action-bumpr@faf6f474bcb6174125cfc569f0b2e24cbf03d496 # v1.11.4
25
26
# Update corresponding major and minor tag.
27
# e.g. Update v1 and v1.2 when releasing v1.2.3
@@ -54,4 +54,4 @@ jobs:
54
steps:
55
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
- name: Post bumpr status comment
57
0 commit comments