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

Commit: 
https://github.com/php/web-php/commit/05cb1bfd28ca9d6cbe480632f217d2a3cf461e7c
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](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v7)

---
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] <[email protected]>
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 }}
 

Reply via email to