From 93f8208e82cd4c725efc81e5125ce9deeccce332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:01:54 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89ef1ef66..8b200c637 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 - name: Install Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: node-version: "24" @@ -67,7 +67,7 @@ jobs: ref: ${{ needs.update_hugo_npm_dependencies.outputs.commit_hash }} - name: Install Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: node-version: "24"