From 148c9f62e4e08750b59f10595a6affbe8e536a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:09:19 +0000 Subject: [PATCH] chore(ci): bump go-semantic-release/action from 1.19 to 1.21 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.19 to 1.21. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1.19...v1.21) --- 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/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a14c5d0..b8f6a0b 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Run go-semantic-release id: semrel - uses: go-semantic-release/action@v1.19 + uses: go-semantic-release/action@v1.21 with: github-token: ${{ secrets.BOT_ACCESS_TOKEN }} allow-initial-development-versions: true