diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 465f132e..15b35855 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: continue-on-error: false - name: Create dry tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 id: semver-tag-dry env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -97,7 +97,7 @@ jobs: # Introduce new tag (for real) - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 id: semver-tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}