From 4a88070a2f8caf518e805815121906de3cc2f305 Mon Sep 17 00:00:00 2001 From: "renovate4splunk-platform-apps[bot]" <267679168+renovate4splunk-platform-apps[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:29:44 +0000 Subject: [PATCH] chore(deps): Update actions/setup-node action to v7 --- .github/workflows/reusable-docs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-docs-deploy.yml b/.github/workflows/reusable-docs-deploy.yml index 19e0f15..03321b4 100644 --- a/.github/workflows/reusable-docs-deploy.yml +++ b/.github/workflows/reusable-docs-deploy.yml @@ -47,7 +47,7 @@ jobs: ls -la ./website ls -la ./website/docs - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: cache-dependency-path: website/package-lock.json node-version: 24