From 3e534bd7e6d17a3a1a057bd461d11252a9dadaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:25:52 -0400 Subject: [PATCH] Bump goreleaser/goreleaser-action from 5 to 6 (#119) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/releasing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasing.yaml b/.github/workflows/releasing.yaml index 0f5d0bc..72ce6e0 100644 --- a/.github/workflows/releasing.yaml +++ b/.github/workflows/releasing.yaml @@ -24,7 +24,7 @@ jobs: - name: Test application run: go test -v ./... - name: Release application to Github - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest