[PHP-WEBMASTER] [web-php] master: github-actions(deps): bump actions/setup-node from 3 to 4 (#1054)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-08-26T19:54:12+03:00

Commit: github-actions(deps): bump actions/setup-node from 3 to 4 (#1054) · php/web-php@39b45a4 · GitHub
Raw diff: https://github.com/php/web-php/commit/39b45a45cba338a9ed045921d9b70750c38e0b5b.diff

github-actions(deps): bump actions/setup-node from 3 to 4 (#1054)

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

---
updated-dependencies:
- dependency-name: actions/setup-node
  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/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 8292a59a2a..aee7a64621 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@v3
+ uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}

diff --git a/.github/workflows/update-screenshots.yaml b/.github/workflows/update-screenshots.yaml
index 16e03ccc8f..1d2f4b7daa 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@v3
+ uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}