Skip to content

Commit d2b543f

Browse files
Merge 3db55b3 into 2f7290a
2 parents 2f7290a + 3db55b3 commit d2b543f

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
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
- name: Get next version
2727
id: tag
28-
uses: anothrNick/github-tag-action@1.73.0
28+
uses: anothrNick/github-tag-action@1.75.0
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
WITH_V: true
@@ -185,7 +185,7 @@ jobs:
185185
fetch-depth: '0'
186186
- name: Bump version and push tag
187187
id: tag
188-
uses: anothrNick/github-tag-action@1.73.0
188+
uses: anothrNick/github-tag-action@1.75.0
189189
env:
190190
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
191191
WITH_V: true

0 commit comments

Comments
 (0)