Skip to content

Commit

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

Bump goreleaser/goreleaser-action from 3 to 4
  • Loading branch information
pashagolub committed Dec 14, 2022
2 parents f2884e2 + 87bdf65 commit ee097fb
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@v3

- name: Check goreleaser configuration
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
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@v3
uses: goreleaser/goreleaser-action@v4
with:
args: release
env:
Expand Down

0 comments on commit ee097fb

Please sign in to comment.