From a9062e6257f1bd3141589696fca4417bcdb30d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 00:44:44 +0000 Subject: [PATCH] chore: bump mathieudutour/github-tag-action from v5 to v5.2 Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from v5 to v5.2. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5...a2505118dd9b4797d9f8d45747f562db67e2aa6c) Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index c139e0d..202e754 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -18,7 +18,7 @@ jobs: uses: 'WyriHaximus/github-action-get-previous-tag@v1.0.1' - name: 'Bump version and push tag' id: 'tag_version' - uses: 'mathieudutour/github-tag-action@v5' + uses: 'mathieudutour/github-tag-action@v5.2' with: github_token: '${{ secrets.PAT_REPO_ONLY }}' release_branches: 'main'