From cb2f628e737aa9e53b22ba9e71ee04eb004e47b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:01:33 +0000 Subject: [PATCH] chore(deps): bump go-semantic-release/action from 1 to 1.11.2 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1 to 1.11.2. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1...v1.11.2) Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4332d9e..7180f4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: with: submodules: true - - uses: go-semantic-release/action@v1 + uses: go-semantic-release/action@v1.11.2 id: version with: github-token: ${{ secrets.GITHUB_TOKEN }}