From 4bb853da9c9b53928c841da3a11367de676ef558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:25:20 +0000 Subject: [PATCH] chore(cicd): bump goreleaser/goreleaser-action from 6.3.0 to 7.2.1 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.3.0 to 7.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.3.0...v7.2.1) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c3ecf2..0f56093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - name: Build - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v7.2.1 with: version: latest args: build --config=.github/goreleaser.yml --clean --snapshot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 033f39a..315adeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v7.2.1 if: steps.semrel.outputs.version != '' with: version: latest