From 7fdaa3e4f0e314a6717864d0ad66d36e68224f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 18:50:14 -0700 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#2457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4aec6e49..66d63bf1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v2 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: latest cache: pnpm # or pnpm / yarn