[PHP-WEBMASTER] [web-php] master: github-actions(deps): bump actions/setup-node from 6 to 7 (#1973)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-07-20T08:48:29-07:00

Commit: github-actions(deps): bump actions/setup-node from 6 to 7 (#1973) · php/web-php@05cb1bf · GitHub
Raw diff: https://github.com/php/web-php/commit/05cb1bfd28ca9d6cbe480632f217d2a3cf461e7c.diff

github-actions(deps): bump actions/setup-node from 6 to 7 (#1973)

Bumps [actions/setup-node](GitHub - actions/setup-node: Set up your GitHub Actions workflow with a specific version of node.js · GitHub) from 6 to 7.
- [Release notes](Releases · actions/setup-node · GitHub)
- [Commits](Comparing v6...v7 · actions/setup-node · GitHub)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Changed paths:
  M .github/workflows/preview-tests.yml

Diff:

diff --git a/.github/workflows/preview-tests.yml b/.github/workflows/preview-tests.yml
index a5ca37b774..f91b279128 100644
--- a/.github/workflows/preview-tests.yml
+++ b/.github/workflows/preview-tests.yml
@@ -48,7 +48,7 @@ jobs:
           php-version: "${{ matrix.php-version }}"

       - name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
         with:
           node-version: ${{ matrix.node-version }}