diff --git a/boilerplate/flyte/github_workflows/master.yml b/boilerplate/flyte/github_workflows/master.yml index a8eab5af0e..dade522918 100644 --- a/boilerplate/flyte/github_workflows/master.yml +++ b/boilerplate/flyte/github_workflows/master.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag id: bump-version - uses: anothrNick/github-tag-action@1.17.2 + uses: anothrNick/github-tag-action@1.36.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true