From a25be95278ad1b2f283f7244180894f90aec975c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:32:46 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 5.1.0 to 7.2.3 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 7.2.3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/5742e2a039330cbb23ebf35f046f814d4c6ff811...f06c13b6b1a9625abc9e6e439d9c05a8f2190e94) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/canary.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 35459e674..a31e52892 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -94,7 +94,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + - uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -133,7 +133,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - name: Release - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: distribution: goreleaser-pro version: 1.25.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4ede9461..1f40470bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }} - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + - uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -138,7 +138,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }} - name: Release - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: distribution: goreleaser-pro version: 1.25.0