Skip to content

Commit

Permalink
Merge pull request #685 from cybertec-postgresql/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/goreleaser/goreleaser-action-5

[+] bump `goreleaser/goreleaser-action` from 4 to 5
  • Loading branch information
pashagolub authored Sep 12, 2023
2 parents d33f400 + 2268a62 commit 7ddfd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Check goreleaser configuration
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: check
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: release
env:
Expand Down

0 comments on commit 7ddfd8f

Please sign in to comment.