From 81fb2061d8ee467088db13a235ec2062bd21a2a0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 Mar 2024 10:40:50 +0000 Subject: [PATCH] chore(deps): update mathieudutour/github-tag-action action to v6.2 --- .github/workflows/autorelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yaml b/.github/workflows/autorelease.yaml index 966f0f1..092fde5 100644 --- a/.github/workflows/autorelease.yaml +++ b/.github/workflows/autorelease.yaml @@ -21,7 +21,7 @@ jobs: - name: Create release and tag if: ${{ steps.get_commit.outputs.COMMIT_COUNT > 0 }} id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}