Skip to content

Commit 4fba0c1

Browse files
chore(deps): Bump pnpm/action-setup from 4.2.0 to 4.4.0 (#378)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pnpm/action-setup/releases">pnpm/action-setup's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <p>Updated the action to use Node.js 24.</p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: fix the run_install example in the Readme by <a href="https://github.com/dreyks"><code>@​dreyks</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/175">pnpm/action-setup#175</a></li> <li>chore: remove unused <code>@types/node-fetch</code> dependency by <a href="https://github.com/silverwind"><code>@​silverwind</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/186">pnpm/action-setup#186</a></li> <li>Clarify that package_json_file is relative to GITHUB_WORKSPACE by <a href="https://github.com/chris-martin"><code>@​chris-martin</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/184">pnpm/action-setup#184</a></li> <li>feat: store caching by <a href="https://github.com/jrmajor"><code>@​jrmajor</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/188">pnpm/action-setup#188</a></li> <li>refactor: remove star imports by <a href="https://github.com/KSXGitHub"><code>@​KSXGitHub</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/196">pnpm/action-setup#196</a></li> <li>fix(ci): exclude macos by <a href="https://github.com/KSXGitHub"><code>@​KSXGitHub</code></a> in <a href="https://redirect.github.com/pnpm/action-setup/pull/197">pnpm/action-setup#197</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dreyks"><code>@​dreyks</code></a> made their first contribution in <a href="https://redirect.github.com/pnpm/action-setup/pull/175">pnpm/action-setup#175</a></li> <li><a href="https://github.com/silverwind"><code>@​silverwind</code></a> made their first contribution in <a href="https://redirect.github.com/pnpm/action-setup/pull/186">pnpm/action-setup#186</a></li> <li><a href="https://github.com/chris-martin"><code>@​chris-martin</code></a> made their first contribution in <a href="https://redirect.github.com/pnpm/action-setup/pull/184">pnpm/action-setup#184</a></li> <li><a href="https://github.com/jrmajor"><code>@​jrmajor</code></a> made their first contribution in <a href="https://redirect.github.com/pnpm/action-setup/pull/188">pnpm/action-setup#188</a></li> <li><a href="https://github.com/Boosted-Bonobo"><code>@​Boosted-Bonobo</code></a> made their first contribution in <a href="https://redirect.github.com/pnpm/action-setup/pull/199">pnpm/action-setup#199</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0">https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pnpm/action-setup/commit/fc06bc1257f339d1d5d8b3a19a8cae5388b55320"><code>fc06bc1</code></a> feat!: run the action on Node.js 24 (<a href="https://redirect.github.com/pnpm/action-setup/issues/205">#205</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/b906affcce14559ad1aafd4ab0e942779e9f58b1"><code>b906aff</code></a> Revert &quot;feat!: run the action on Node.js 24 (<a href="https://redirect.github.com/pnpm/action-setup/issues/205">#205</a>)&quot;</li> <li><a href="https://github.com/pnpm/action-setup/commit/9b5745cdf0a2e8c2620f0746130f809adb911c19"><code>9b5745c</code></a> feat!: run the action on Node.js 24 (<a href="https://redirect.github.com/pnpm/action-setup/issues/205">#205</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/1e1c8eafbd745f64b1ef30a7d7ed7965034c486c"><code>1e1c8ea</code></a> ci: pin github actions (<a href="https://redirect.github.com/pnpm/action-setup/issues/199">#199</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/b9e1dbc72ff7358f971cc0b7c62c7a0d83f1068b"><code>b9e1dbc</code></a> fix(ci): exclude macos (<a href="https://redirect.github.com/pnpm/action-setup/issues/197">#197</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/61bc82c7df449f480d8aa43c14cfced3c0aec42b"><code>61bc82c</code></a> refactor: remove star imports (<a href="https://redirect.github.com/pnpm/action-setup/issues/196">#196</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/e94b270858c939f4f8b43f5c1438fa1d9a67ad5d"><code>e94b270</code></a> feat: store caching (<a href="https://redirect.github.com/pnpm/action-setup/issues/188">#188</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/ee7b8711bd8dd0954f5783b045bb929cd6db2764"><code>ee7b871</code></a> Clarify that package_json_file is relative to GITHUB_WORKSPACE (<a href="https://redirect.github.com/pnpm/action-setup/issues/184">#184</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/3a0024f0665291c8c6c9957134b033a5e639e837"><code>3a0024f</code></a> Remove unused <code>@types/node-fetch</code> dependency (<a href="https://redirect.github.com/pnpm/action-setup/issues/186">#186</a>)</li> <li><a href="https://github.com/pnpm/action-setup/commit/72f04517b7dbf772394a70a3066a5fd9811b0491"><code>72f0451</code></a> Update README.md (<a href="https://redirect.github.com/pnpm/action-setup/issues/175">#175</a>)</li> <li>See full diff in <a href="https://github.com/pnpm/action-setup/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=pnpm/action-setup&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 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 6efa26f commit 4fba0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
package-manager-cache: false # must not usecaches. we want the latest, always
147147
- name: setup pnpm
148148
## see https://github.com/pnpm/action-setup
149-
uses: pnpm/action-setup@v4.2.0
149+
uses: pnpm/action-setup@v4.4.0
150150
with:
151151
version: ${{ matrix.pnpm-version }}
152152
- name: install project

0 commit comments

Comments
 (0)