diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f0659cd..743fd93 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v5 - name: Get next version id: tag - uses: anothrNick/github-tag-action@1.73.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true @@ -185,7 +185,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag id: tag - uses: anothrNick/github-tag-action@1.73.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true