diff --git a/.github/workflows/release-to-main.yml b/.github/workflows/release-to-main.yml index 94cba8b..ddc33ca 100644 --- a/.github/workflows/release-to-main.yml +++ b/.github/workflows/release-to-main.yml @@ -55,7 +55,7 @@ jobs: # old_tag - The value of the last semantic version tag before the version bump. Empty if no version bump is performed. # tag - The value of the latest tag after running this action. # part - The part of version which was bumped. - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true