From 253bdad83a99975afb04105f1ba47cf7bd87b6f4 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Wed, 23 Sep 2026 13:10:40 +0000 Subject: [PATCH] chore(deps): mathieudutour/github-tag-action ^ v7.0.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59e7350..c9c3267 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.2 + uses: mathieudutour/github-tag-action@v7.0.0 with: github_token: ${{ secrets.BOT_GITHUB_TOKEN }}