From aba6894548d9930b3203759d2bd895b6c5094eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:17:42 +0100 Subject: [PATCH] chore(ci): bump go-semantic-release/action from 1.15 to 1.17 (#38) Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.15 to 1.17. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1.15...v1.17) --- updated-dependencies: - dependency-name: go-semantic-release/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 afddaec..c69e06e 100644 --- a/.github/workflows/autotag.yaml +++ b/.github/workflows/autotag.yaml @@ -14,7 +14,7 @@ jobs: - name: Run go-semantic-release id: semrel - uses: go-semantic-release/action@v1.15 + uses: go-semantic-release/action@v1.17 with: github-token: ${{ secrets.PAT }} allow-initial-development-versions: true