From 4235081e86b0ae4f09f8a6ffc056e6d2ce0d0d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:48:10 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser-action action to v7 --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aa29be6..f9a5c75 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v4 - if: ${{ ! inputs.publish }} - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: latest @@ -54,7 +54,7 @@ jobs: IMG: img:local - if: ${{ inputs.publish }} - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: latest