From 74b1646ffe16b0ff786e4fa9d5114e8f5354b768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:15:08 +0000 Subject: [PATCH] chore(deps): update mathieudutour/github-tag-action action to v6.2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1273ab7..dedbf23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: bun run build - name: Generate new tag version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 id: tag_version with: github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }} @@ -52,7 +52,7 @@ jobs: branch: main - name: Generate new tag version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }} release_branches: main