From 3534c969d11ee56145d6c4c16e943a89bc2a85cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:34:48 +0000 Subject: [PATCH] chore(deps): bump go-semantic-release/action from 1.23.0 to 1.24.1 Bumps [go-semantic-release/action](https://github.com/go-semantic-release/action) from 1.23.0 to 1.24.1. - [Release notes](https://github.com/go-semantic-release/action/releases) - [Commits](https://github.com/go-semantic-release/action/compare/48d83acd958dae62e73701aad20a5b5844a3bf45...2e9dc4247a6004f8377781bef4cb9dad273a741f) --- updated-dependencies: - dependency-name: go-semantic-release/action dependency-version: 1.24.1 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 44605ef..f60688c 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run go-semantic-release id: semrel - uses: go-semantic-release/action@48d83acd958dae62e73701aad20a5b5844a3bf45 # v1.23.0 + uses: go-semantic-release/action@2e9dc4247a6004f8377781bef4cb9dad273a741f # v1.24.1 with: allow-initial-development-versions: true github-token: ${{ secrets.ADFINISBOT_GITHUB_TOKEN }}