Skip to content

Commit b9bc571

Browse files
authored
Merge pull request #64 from lawndoc/renovate/anothrnick-github-tag-action-1.x #none
chore(deps): update anothrnick/github-tag-action action to v1.75.0
2 parents d43b3b9 + 98b6b48 commit b9bc571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tag-release.yaml

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

3535
- name: Get next version
3636
id: version
37-
uses: anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c # 1.73.0
37+
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0
3838
env:
3939
WITH_V: true
4040
DEFAULT_BUMP: patch
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Push version tag
6969
if: ${{ steps.changed.outcome == 'success' }}
70-
uses: anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c # 1.73.0
70+
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
CUSTOM_TAG: ${{ steps.version.outputs.new_tag }}

0 commit comments

Comments
 (0)