Skip to content

Commit b0c253a

Browse files
authored
Merge pull request #25 from lawndoc/renovate/anothrnick-github-tag-action-1.x [no ci]
chore(deps): update anothrnick/github-tag-action action to v1.71.0
2 parents 79f7c94 + 4bba944 commit b0c253a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get next version
2525
id: version
26-
uses: anothrNick/github-tag-action@1.64.0
26+
uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0
2727
env:
2828
WITH_V: true
2929
DEFAULT_BUMP: patch
@@ -42,7 +42,7 @@ jobs:
4242
commit_message: automated version bump
4343

4444
- name: Push version tag
45-
uses: anothrNick/github-tag-action@1.64.0
45+
uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.PAT }}
4848
CUSTOM_TAG: ${{ steps.version.outputs.new_tag }}

0 commit comments

Comments
 (0)