From fdf6a3cfb723cc7a49b4eb3cf4469c8e19a74237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:07:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.3.0 --- .github/workflows/linting.yaml | 2 +- .github/workflows/unlighthouse.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 28eb97a..8cf95d4 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -23,7 +23,7 @@ jobs: version: latest - name: Setup Node.js - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.3.0 with: node-version: ${{ matrix.node-version }} cache: pnpm diff --git a/.github/workflows/unlighthouse.yaml b/.github/workflows/unlighthouse.yaml index afd8f13..aab8423 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -52,7 +52,7 @@ jobs: version: latest - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.3.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm'