From d6ecbdea48e7332f4324e5d5e7cab980c05a4a86 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 20 May 2026 23:30:34 +0100 Subject: [PATCH] chore(ci): bump goreleaser-action v6 -> v7 (#5) Node 20 deprecation. v7 release notes call out only node24+ESM internal changes; inputs/outputs unchanged from v6. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd90547..b398045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: - name: Run GoReleaser if: github.event_name != 'workflow_dispatch' || inputs.dry-run-release == false - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: '~> v2'