From 1d3e6875172c081f24a10ba5151bf0dfdda1af04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 18:10:52 +0200 Subject: [PATCH] chore(ci): bump mathieudutour/github-tag-action from 5.2 to 5.5 (#32) 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 568cfc3..f26213d 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