Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: saundefined Date: 2024-08-26T19:54:12+03:00
Commit: https://github.com/php/web-php/commit/39b45a45cba338a9ed045921d9b70750c38e0b5b 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](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@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 }}