From 9b6a2d8e0b2f17ac272af4846e7f18b22716af22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:30:12 -0400 Subject: [PATCH] Bump mathieudutour/github-tag-action from 5.6 to 6.0 (#4) Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 5.6 to 6.0. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5.6...v6.0) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e456541..333b877 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -126,7 +126,7 @@ jobs: - name: Make sure a tag is created in case of update if: ${{ github.ref == 'refs/heads/main' && env.UPDATED == 'true' }} - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.REPO_GHA_PAT }} custom_tag: ${{ env.TAG }}