Skip to content

Commit 4f03b00

Browse files
Bump nrwl/nx-set-shas from 4.4.0 to 5.0.1 (#2352)
Bumps [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) from 4.4.0 to 5.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx-set-shas/commit/afb73a62d26e41464e9254689e1fd6122ee683c1"><code>afb73a6</code></a> chore: replace prettier with oxfmt (<a href="https://redirect.github.com/nrwl/nx-set-shas/issues/211">#211</a>)</li> <li><a href="https://github.com/nrwl/nx-set-shas/commit/310288c04d90696f9f1bc27c5e3caea6642b53d4"><code>310288c</code></a> feat!: update action runtime to node24 (<a href="https://redirect.github.com/nrwl/nx-set-shas/issues/210">#210</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx-set-shas/compare/3e9ad7370203c1e93d109be57f3b72eb0eb511b1...afb73a62d26e41464e9254689e1fd6122ee683c1">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.4.0&new-version=5.0.1)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39e39a0 commit 4f03b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
37+
- uses: nrwl/nx-set-shas@afb73a62d26e41464e9254689e1fd6122ee683c1 # v5.0.1
3838
id: last_successful_commit_push
3939
if: ${{ inputs.plugins == '' }}
4040
with:

0 commit comments

Comments
 (0)