From 40d9d59e1f5fa775a8b637bbf5ac7bd194b1a59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 22:47:47 +0200 Subject: [PATCH] chore(ci): bump mathieudutour/github-tag-action from 5.2 to 5.5 (#5) Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 5.2 to 5.5. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5.2...v5.5) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autotag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotag.yaml b/.github/workflows/autotag.yaml index fced1cf..1ce2e9b 100644 --- a/.github/workflows/autotag.yaml +++ b/.github/workflows/autotag.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.2 + uses: mathieudutour/github-tag-action@v5.5 with: github_token: ${{ secrets.PAT }} - name: Create a GitHub release