From 06e7c2507cfddec41c4b26ce4fe0ef88afb903d4 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" Date: Wed, 5 Jun 2024 04:08:59 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser-action action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6260d20..e8761bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} repositories: domain-watch,homebrew-tap - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: latest args: ${{ steps.vars.outputs.args }}