From 060c23c0c356fae3eb6f4bfa3e8f75e1f0dd4a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:48:52 +0000 Subject: [PATCH] build(deps): bump mathieudutour/github-tag-action Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from d28fa2ccfbd16e871a4bdf35e11b3ad1bd56c0c1 to a22cf08638b34d5badda920f9daf6e72c477b07b. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/d28fa2ccfbd16e871a4bdf35e11b3ad1bd56c0c1...a22cf08638b34d5badda920f9daf6e72c477b07b) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-version: a22cf08638b34d5badda920f9daf6e72c477b07b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c174417..91d3dde 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Bump Version id: tag_version - uses: mathieudutour/github-tag-action@d28fa2ccfbd16e871a4bdf35e11b3ad1bd56c0c1 # v6.2 + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: minor