From e4c4f629eb1b42cdccc875980e6a58ec9a42b1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:02:38 -0500 Subject: [PATCH] chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#113) --- .github/workflows/bumpversion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index d720bd0..4e614fb 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.DEDALO_PAT }} - name: Get next version id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: false @@ -58,7 +58,7 @@ jobs: token: ${{ secrets.DEDALO_PAT }} - name: Create tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_sha: ${{ needs.bumpversion.outputs.bump_commit_sha }}