diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dac12c..cd9bfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Bump version and push tag if: github.ref == 'refs/heads/main' id: tag_action - 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