diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3be2f77..ae821c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: echo "bump=no" >> $GITHUB_OUTPUT fi - name: Bump patch version and push tag - uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1 + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 if: steps.check.outputs.bump == 'yes' with: github_token: ${{ secrets.GITHUB_TOKEN }}