build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#153)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-01 19:35:33 -04:00 committed by GitHub
parent cf4f080d1e
commit f42cc51e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: goreleaser/goreleaser-action@v4 - uses: goreleaser/goreleaser-action@v5
with: with:
version: latest version: latest
args: check args: check

View file

@ -98,7 +98,7 @@ jobs:
# GoReleaser will take care of publishing those artifacts into the release # GoReleaser will take care of publishing those artifacts into the release
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4 uses: goreleaser/goreleaser-action@v5
with: with:
version: latest version: latest
args: release --rm-dist args: release --rm-dist