Skip to content

Commit d110112

Browse files
Merge 963227b into 168bc92
2 parents 168bc92 + 963227b commit d110112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: Get next version
2626
id: tag
27-
uses: anothrNick/github-tag-action@1.71.0
27+
uses: anothrNick/github-tag-action@1.73.0
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
WITH_V: true
@@ -184,7 +184,7 @@ jobs:
184184
fetch-depth: '0'
185185
- name: Bump version and push tag
186186
id: tag
187-
uses: anothrNick/github-tag-action@1.71.0
187+
uses: anothrNick/github-tag-action@1.73.0
188188
env:
189189
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
190190
WITH_V: true

0 commit comments

Comments
 (0)