[PR #350] [CLOSED] fix(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0 #378

Closed
opened 2026-03-04 00:25:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/350
Author: @dependabot[bot]
Created: 8/10/2023
Status: Closed

Base: masterHead: dependabot/github_actions/goreleaser/goreleaser-action-4.4.0


📝 Commits (1)

  • 077f585 fix(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

Bumps goreleaser/goreleaser-action from 4.2.0 to 4.4.0.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v4.4.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0

Commits
  • 3fa32b8 feat(deps): update semver, @​actions/http-client
  • c7c9447 feat: support oss nightlies (#424)
  • 920a7cb chore(deps): bump semver from 7.5.0 to 7.5.1 (#417)
  • 336e299 feat: support nightly (#419)
  • 3724734 chore(deps): bump yargs from 17.7.1 to 17.7.2 (#410)
  • f424e9d chore: update yarn to 3.5.1 (#412)
  • 7e0ddfe ci: split test and validate workflow (#413)
  • cffc4af docs: bump setup-go action version to v4 in README (#411)
  • 08e23cc chore(deps): bump semver from 7.3.8 to 7.5.0 (#407)
  • d756366 docs: add a note about goreleaser configs
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/350 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/github_actions/goreleaser/goreleaser-action-4.4.0` --- ### 📝 Commits (1) - [`077f585`](https://github.com/SignTools/SignTools/commit/077f58559cdcfbf570deac2e12db2405ee2568d5) fix(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.2.0 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goreleaser/goreleaser-action/releases">goreleaser/goreleaser-action's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump semver from 7.5.0 to 7.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/417">goreleaser/goreleaser-action#417</a></li> <li>feat: support oss nightlies by <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/424">goreleaser/goreleaser-action#424</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0">https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Update in command examples by <a href="https://github.com/arnaduga"><code>@​arnaduga</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/393">goreleaser/goreleaser-action#393</a></li> <li>chore(deps): bump yargs from 17.6.2 to 17.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/395">goreleaser/goreleaser-action#395</a></li> <li>Improve documentation for use of <code>GITHUB_TOKEN</code> by <a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/399">goreleaser/goreleaser-action#399</a></li> <li>chore(deps): bump actions/setup-go from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/403">goreleaser/goreleaser-action#403</a></li> <li>chore(deps): bump docker/bake-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/408">goreleaser/goreleaser-action#408</a></li> <li>chore(deps): bump semver from 7.3.8 to 7.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/407">goreleaser/goreleaser-action#407</a></li> <li>Bump setup-go action version to v4 in README by <a href="https://github.com/kishaningithub"><code>@​kishaningithub</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/411">goreleaser/goreleaser-action#411</a></li> <li>ci: split test and validate workflow by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/413">goreleaser/goreleaser-action#413</a></li> <li>chore: update yarn to 3.5.1 by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/412">goreleaser/goreleaser-action#412</a></li> <li>chore(deps): bump yargs from 17.7.1 to 17.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/410">goreleaser/goreleaser-action#410</a></li> <li>feat: support nightly by <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/419">goreleaser/goreleaser-action#419</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/arnaduga"><code>@​arnaduga</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/393">goreleaser/goreleaser-action#393</a></li> <li><a href="https://github.com/jamietanna"><code>@​jamietanna</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/399">goreleaser/goreleaser-action#399</a></li> <li><a href="https://github.com/kishaningithub"><code>@​kishaningithub</code></a> made their first contribution in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/411">goreleaser/goreleaser-action#411</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0">https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/3fa32b8bb5620a2c1afe798654bbad59f9da4906"><code>3fa32b8</code></a> feat(deps): update semver, <code>@​actions/http-client</code></li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/c7c9447c7973112611dcc2815cb53c63c2d5ed1e"><code>c7c9447</code></a> feat: support oss nightlies (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/424">#424</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/920a7cbd0a5ce2fa16b0e4182e327d6a7761d677"><code>920a7cb</code></a> chore(deps): bump semver from 7.5.0 to 7.5.1 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/417">#417</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/336e29918d653399e599bfca99fadc1d7ffbc9f7"><code>336e299</code></a> feat: support nightly (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/419">#419</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/37247345b4543dd6a3264d0a7a576b00c9d6ffb2"><code>3724734</code></a> chore(deps): bump yargs from 17.7.1 to 17.7.2 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/410">#410</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/f424e9de1386d4fb64f9825f3f18b0a507f36018"><code>f424e9d</code></a> chore: update yarn to 3.5.1 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/412">#412</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/7e0ddfe79f59bc07a5f10b94cd65b969158f67c6"><code>7e0ddfe</code></a> ci: split test and validate workflow (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/413">#413</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/cffc4af7bfb5858a36ca6f7f021305d4428be7ad"><code>cffc4af</code></a> docs: bump setup-go action version to v4 in README (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/411">#411</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/08e23ccf3bfac1fe9ca737ec68d9252bed039bb6"><code>08e23cc</code></a> chore(deps): bump semver from 7.3.8 to 7.5.0 (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/407">#407</a>)</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/d756366df6d7a3eaca93281619d6475529686b2a"><code>d756366</code></a> docs: add a note about goreleaser configs</li> <li>Additional commits viewable in <a href="https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=goreleaser/goreleaser-action&package-manager=github_actions&previous-version=4.2.0&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:25:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#378
No description provided.