diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index c4a88b7..6891478 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0 + uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true