Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump goreleaser/goreleaser-action from 3 to 4 #622

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Bumps goreleaser/goreleaser-action from 3 to 4.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v4.0.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v3...v4.0.0

v3.2.0

What's Changed

  • chore: remove workaround for setOutput by @​crazy-max (#374)
  • chore(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#372)
  • chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)

Full Changelog: goreleaser/goreleaser-action@v3.1.0...v3.2.0

v3.1.0

What's Changed

  • fix: dist resolution from config file by @​crazy-max (#369)
  • ci: fix workflow by @​crazy-max (#357)
  • docs: bump actions to latest major by @​crazy-max (#356)
  • chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)
  • chore(deps): bump ghaction-import-gpg to v5 (#359)
  • chore(deps): bump @​actions/core from 1.6.0 to 1.8.2 (#358)
  • chore(deps): bump @​actions/core from 1.8.2 to 1.9.1 (#367)

Full Changelog: goreleaser/goreleaser-action@v3.0.0...v3.1.0

Commits
  • 8f67e59 chore: regenerate
  • 78df308 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#383)
  • 66134d9 Merge remote-tracking branch 'origin/master' into flarco/master
  • 3c08cfd chore(deps): bump yargs from 17.6.0 to 17.6.2
  • 5dc579b docs: add example when using workdir along with upload-artifact (#366)
  • 3b7d1ba feat!: remove auto-snapshot on dirty tag (#382)
  • 23e0ed5 fix: do not override GORELEASER_CURRENT_TAG (#370)
  • 1315dab update build
  • b60ea88 improve install
  • 4d25ab4 Update goreleaser.ts
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2022

Codecov Report

Merging #622 (2c348a3) into master (38cfd38) will decrease coverage by 17.98%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #622       +/-   ##
===========================================
- Coverage   53.21%   35.22%   -17.99%     
===========================================
  Files         190      151       -39     
  Lines       10092     7383     -2709     
===========================================
- Hits         5370     2601     -2769     
- Misses       4329     4578      +249     
+ Partials      393      204      -189     
Impacted Files Coverage Δ
pkg/core/sentinel/sentinel_circuitbreaker.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/util/xgo/serial.go 0.00% <0.00%> (-96.78%) ⬇️
pkg/util/xcast/cast.go 0.00% <0.00%> (-91.67%) ⬇️
pkg/util/xgo/parallel.go 0.00% <0.00%> (-86.80%) ⬇️
pkg/util/xretry/retry.go 15.38% <0.00%> (-84.62%) ⬇️
pkg/util/xstring/conv.go 0.00% <0.00%> (-84.22%) ⬇️
pkg/server/governor/server.go 0.00% <0.00%> (-75.68%) ⬇️
pkg/util/xfile/filestat_posix.go 0.00% <0.00%> (-75.00%) ⬇️
pkg/core/sentinel/config.go 2.85% <0.00%> (-67.15%) ⬇️
pkg/client/redis/interceptor.go 26.50% <0.00%> (-64.32%) ⬇️
... and 71 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sysulq
Copy link
Member

sysulq commented Dec 26, 2022

@dependabot rebase

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3...v4)

---
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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4 branch from aaeff82 to 2c348a3 Compare December 26, 2022 08:55
@sysulq sysulq merged commit 572c57d into master Dec 30, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/goreleaser/goreleaser-action-4 branch December 30, 2022 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants