[PR #361] [MERGED] fix(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0 #387

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/361
Author: @dependabot[bot]
Created: 11/6/2023
Status: Merged
Merged: 11/8/2023
Merged by: @ViRb3

Base: masterHead: dependabot/github_actions/cycjimmy/semantic-release-action-4.0.0


📝 Commits (1)

  • eab0c29 fix(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cycjimmy/semantic-release-action from 3.4.2 to 4.0.0.

Release notes

Sourced from cycjimmy/semantic-release-action's releases.

v4.0.0

4.0.0 (2023-08-31)

Features

  • update node version on runner to 20 (0c20554)

BREAKING CHANGES

  • set the default node version to 20
Changelog

Sourced from cycjimmy/semantic-release-action's changelog.

4.0.0 (2023-08-31)

Features

  • update node version on runner to 20 (0c20554)

BREAKING CHANGES

  • set the default node version to 20
Commits
  • 61680d0 chore(release): 4.0.0 [skip ci]
  • 31a37a4 Merge pull request #171 from enell/node20
  • 81a6335 docs: modify docs for v4
  • 3b12aa9 chore: upgrade deps
  • 0c20554 feat: update node version on runner to 20
  • 7f0c0e4 Merge pull request #165 from elebiodaslingshot/patch-1
  • 4dd16d6 docs: fix example tag format with proper lodash
  • 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 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/361 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/github_actions/cycjimmy/semantic-release-action-4.0.0` --- ### 📝 Commits (1) - [`eab0c29`](https://github.com/SignTools/SignTools/commit/eab0c2929d0093872630dfc9c3f69d2fc0165a41) fix(deps): bump cycjimmy/semantic-release-action from 3.4.2 to 4.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) </details> ### 📄 Description Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 3.4.2 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cycjimmy/semantic-release-action/releases">cycjimmy/semantic-release-action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h1><a href="https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0">4.0.0</a> (2023-08-31)</h1> <h3>Features</h3> <ul> <li>update node version on runner to 20 (<a href="https://github.com/cycjimmy/semantic-release-action/commit/0c2055456eeae973aeeb66cf5082061badb3502c">0c20554</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>set the default node version to 20</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md">cycjimmy/semantic-release-action's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0">4.0.0</a> (2023-08-31)</h1> <h3>Features</h3> <ul> <li>update node version on runner to 20 (<a href="https://github.com/cycjimmy/semantic-release-action/commit/0c2055456eeae973aeeb66cf5082061badb3502c">0c20554</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>set the default node version to 20</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/61680d0e9b02ff86f5648ade99e01be17f0260a4"><code>61680d0</code></a> chore(release): 4.0.0 [skip ci]</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/31a37a46897382b67b9c0111ead96c7209c8e62a"><code>31a37a4</code></a> Merge pull request <a href="https://redirect.github.com/cycjimmy/semantic-release-action/issues/171">#171</a> from enell/node20</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/81a6335488dda28c98429852f45c68cbcbd66c63"><code>81a6335</code></a> docs: modify docs for v4</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/3b12aa97830499ce9a3032e17052d86a8241b4ed"><code>3b12aa9</code></a> chore: upgrade deps</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/0c2055456eeae973aeeb66cf5082061badb3502c"><code>0c20554</code></a> feat: update node version on runner to 20</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/7f0c0e4904fb36f980686dda081f2f258500f3ea"><code>7f0c0e4</code></a> Merge pull request <a href="https://redirect.github.com/cycjimmy/semantic-release-action/issues/165">#165</a> from elebiodaslingshot/patch-1</li> <li><a href="https://github.com/cycjimmy/semantic-release-action/commit/4dd16d6e8b74b45764516b77533abbfb233c1afb"><code>4dd16d6</code></a> docs: fix example tag format with proper lodash</li> <li>See full diff in <a href="https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cycjimmy/semantic-release-action&package-manager=github_actions&previous-version=3.4.2&new-version=4.0.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:33 +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#387
No description provided.