From 108b3c4b49727e6779aa7e967b864310004bad4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:19:12 +0000 Subject: [PATCH] build(deps): bump go-semantic-release/action from 1.21 to 1.23 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.21 to 1.23. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1.21...v1.23) --- 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 ca92e61..db6b436 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Create Release id: release - uses: go-semantic-release/action@v1.21 + uses: go-semantic-release/action@v1.23 with: github-token: ${{ secrets.GITHUB_TOKEN }} allow-initial-development-versions: true