diff --git a/flytetools/.github/workflows/bump_version.yml b/flytetools/.github/workflows/bump_version.yml index d598113b1f..afc7cf3598 100644 --- a/flytetools/.github/workflows/bump_version.yml +++ b/flytetools/.github/workflows/bump_version.yml @@ -25,7 +25,7 @@ jobs: run: echo "::set-output name=branch_name::$(echo ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}})" - name: Bump version and push tag id: bump_version - uses: anothrNick/github-tag-action@1.34.0 + uses: anothrNick/github-tag-action@1.36.0 env: GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }} WITH_V: true