From 93d6fa7baa0727b67a992f410026c879305715a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:48:57 +0000 Subject: [PATCH] chore(deps): update mathieudutour/github-tag-action action to v5.6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 365c364..6740af7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.3 + uses: mathieudutour/github-tag-action@v5.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release