From a6350a1c26aab336d45cc4214499deedadfccbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:56:28 +0000 Subject: [PATCH] chore(deps): bump go-semantic-release/action from 1.23 to 1.24 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.23 to 1.24. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/v1.23...v1.24) --- 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 8a25d482..84966240 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: run: make - name: Release - uses: go-semantic-release/action@v1.23 + uses: go-semantic-release/action@v1.24 with: github-token: ${{ secrets.GITHUB_TOKEN }} allow-initial-development-versions: true