Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@b508e2e...8f67e59)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Dec 27, 2022
1 parent fc116d2 commit 5b18fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
make create-syso
- name: build-release
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1
with:
version: latest
args: release --skip-publish --skip-sign --snapshot --timeout=1h
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
- name: create-syso
run: |
make create-syso
- uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
- uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1
with:
version: latest
args: release --timeout=1h
Expand Down

0 comments on commit 5b18fc1

Please sign in to comment.