diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index e2076ac..a570cc9 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -14,7 +14,7 @@ jobs: - name: Get next Version id: tag_version - uses: mathieudutour/github-tag-action@d745f2e74aaf1ee82e747b181f7a0967978abee0 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches : .* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7b8adb..d4fbca4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@d745f2e74aaf1ee82e747b181f7a0967978abee0 + uses: mathieudutour/github-tag-action@v6.2 with: default_bump: ${{ github.event.inputs.requested_release_type }} github_token: ${{ secrets.GITHUB_TOKEN }}