From 71f07709e395422fdb609fe5adc7f8f0bbd761c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:19:57 +0200 Subject: [PATCH] chore(ci): bump mathieudutour/github-tag-action from 5.5 to 5.6 (#13) Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 5.5 to 5.6. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5.5...v5.6) --- 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 1ce2e9b..f000d0c 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.5 + uses: mathieudutour/github-tag-action@v5.6 with: github_token: ${{ secrets.PAT }} - name: Create a GitHub release