Skip to content

Commit da112bb

Browse files
Bump nrwl/nx-set-shas from 4.3.3 to 4.4.0 (#2117)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) from 4.3.3 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx-set-shas/releases">nrwl/nx-set-shas's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>What's Changed</h2> <ul> <li>chore: add claude code workflow by <a href="https://github.com/JamesHenry"><code>@​JamesHenry</code></a> in <a href="https://redirect.github.com/nrwl/nx-set-shas/pull/198">nrwl/nx-set-shas#198</a></li> <li>fix: Update merge-group behaviour to support additional merge queue configurations by <a href="https://github.com/Simon-Leslie"><code>@​Simon-Leslie</code></a> in <a href="https://redirect.github.com/nrwl/nx-set-shas/pull/203">nrwl/nx-set-shas#203</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Simon-Leslie"><code>@​Simon-Leslie</code></a> made their first contribution in <a href="https://redirect.github.com/nrwl/nx-set-shas/pull/203">nrwl/nx-set-shas#203</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nrwl/nx-set-shas/compare/v4.3.3...v4.4.0">https://github.com/nrwl/nx-set-shas/compare/v4.3.3...v4.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx-set-shas/commit/3e9ad7370203c1e93d109be57f3b72eb0eb511b1"><code>3e9ad73</code></a> chore: Bump version from 4.3.3 to 4.4.0 (<a href="https://redirect.github.com/nrwl/nx-set-shas/issues/204">#204</a>)</li> <li><a href="https://github.com/nrwl/nx-set-shas/commit/6567940608625e2fb97b79a3601426fadc5fadbe"><code>6567940</code></a> Fix: Update merge-group behaviour to support additional merge queue configura...</li> <li><a href="https://github.com/nrwl/nx-set-shas/commit/9885af301bd1be213e975f11ae32c6daeadc4a87"><code>9885af3</code></a> chore: delete .github/workflows/claude.yml</li> <li><a href="https://github.com/nrwl/nx-set-shas/commit/bc25797f062c5e962c33ab6f5c9ba10068b374a1"><code>bc25797</code></a> chore: add claude code workflow (<a href="https://redirect.github.com/nrwl/nx-set-shas/issues/198">#198</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx-set-shas/compare/826660b82addbef3abff5fa871492ebad618c9e1...3e9ad7370203c1e93d109be57f3b72eb0eb511b1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nrwl/nx-set-shas&package-manager=github_actions&previous-version=4.3.3&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2902452 commit da112bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
37-
- uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
37+
- uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
3838
id: last_successful_commit_push
3939
if: ${{ inputs.plugins == '' }}
4040
with:

0 commit comments

Comments
 (0)