From 756ec1a86aedcbfb5d6a7990b66d5357612b1dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:56:43 +0000 Subject: [PATCH] Update mathieudutour/github-tag-action action to v6.2 --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 733ae99..552f076 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -29,6 +29,6 @@ jobs: steps: - uses: actions/checkout@master - name: Bump version and push tag - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}