Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-09-09T00:41:04+03:00

Commit: 
https://github.com/php/web-php/commit/fb60a78c4cb115c3378fa5839075625ff99dd5b4
Raw diff: 
https://github.com/php/web-php/commit/fb60a78c4cb115c3378fa5839075625ff99dd5b4.diff

github-actions(deps): bump actions/setup-node from 4 to 5 (#1404)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  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/pr-preview.yml
  M  .github/workflows/update-screenshots.yaml


Diff:

diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml
index 92be6bbbb8..5cf728730d 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -64,7 +64,7 @@ jobs:
           php-version: "${{ matrix.php-version }}"
 
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: ${{ matrix.node-version }}
 
diff --git a/.github/workflows/update-screenshots.yaml 
b/.github/workflows/update-screenshots.yaml
index 23333cbf17..d27766b521 100644
--- a/.github/workflows/update-screenshots.yaml
+++ b/.github/workflows/update-screenshots.yaml
@@ -33,7 +33,7 @@ jobs:
           php-version: "${{ matrix.php-version }}"
 
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: ${{ matrix.node-version }}
 

Reply via email to