From 08ea06cb492c263d58096546bcc2e467d4a34d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:10:18 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 4 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a43962..be6b30c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: path: dist/windows key: windows-${{ env.sha_short }}${{ env.flags }} enableCrossOsArchive: true - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser-pro version: latest @@ -115,7 +115,7 @@ jobs: enableCrossOsArchive: true # release - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v6 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit with: distribution: goreleaser-pro