From 4933fd94ea545379394165ab1606009dd93ced48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:41:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.9.1 --- .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 f7cb276..e00b807 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Node.js environment - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.9.1 - name: Setup Pages uses: actions/configure-pages@v3 - name: NPM Install