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 85f6932 commit 8de48bcCopy full SHA for 8de48bc
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
# (bump:major,bump:minor,bump:patch)
21
- id: bumpr
22
if: "!startsWith(github.ref, 'refs/tags/')"
23
- uses: haya14busa/action-bumpr@78ab5a104d20896c9c9122c64221b3aecf1a8cbb # v1.10.0
+ uses: haya14busa/action-bumpr@a70526924820e21335a981ab557531f7e43a0eb2 # v1.11.3
24
25
# Update corresponding major and minor tag.
26
# e.g. Update v1 and v1.2 when releasing v1.2.3
@@ -52,4 +52,4 @@ jobs:
52
steps:
53
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
- name: Post bumpr status comment
55
0 commit comments