diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 90eb744..19a1281 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.DEDALO_PAT }} - name: Get next version id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: false @@ -58,7 +58,7 @@ jobs: token: ${{ secrets.DEDALO_PAT }} - name: Create tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_sha: ${{ needs.bumpversion.outputs.bump_commit_sha }}