From 11d2bed116d0734e7c147e4661c146bf0cd670e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:07:27 +0000 Subject: [PATCH] chore(deps): bump go-semantic-release/action from 1.15.0 to 1.17 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.15.0 to 1.17. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1.15.0...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] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1abc1a1..e92f5c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: git fetch --force --tags - name: Release - uses: go-semantic-release/action@v1.15.0 + uses: go-semantic-release/action@v1.17 with: github-token: ${{ secrets.GITHUB_TOKEN }} allow-initial-development-versions: true