chore(deps): update mathieudutour/github-tag-action action to v6.2

renovate[bot] created

Change summary

.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/release.yml 🔗

@@ -28,7 +28,7 @@ jobs:
 
       - name: Bump version and push tag
         id: tag_version
-        uses: mathieudutour/github-tag-action@v6.1
+        uses: mathieudutour/github-tag-action@v6.2
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}