From 77f7f0348d773ddfb6fd7272721fa9fde99dd0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:02:44 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 4 to 5 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compile.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4732818e..5a5578cb 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -39,13 +39,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Compile binaries - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: args: build --snapshot --clean --single-target - name: Release binaries if: startsWith(github.ref, 'refs/tags/') - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: args: release --clean env: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5e1dea28..ea5caff9 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,6 +18,6 @@ jobs: show-progress: false - name: Check config - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: args: check -f .goreleaser.yml