Skip to content

Commit d05809c

Browse files
chore(deps): update anothrnick/github-tag-action action to v1.75.0
1 parent 3f14a51 commit d05809c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)