Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2024-08-26T16:13:15Z
Commit: https://github.com/php/web-php/commit/ce7fe6bd3588f702ad530c90322fc7d67b94cc19 Raw diff: https://github.com/php/web-php/commit/ce7fe6bd3588f702ad530c90322fc7d67b94cc19.diff github-actions(deps): bump actions/setup-node from 3 to 4 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> 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 }}