From 7591b8b3cc1a019c4b34f595849e78993993e362 Mon Sep 17 00:00:00 2001 From: Renovate Bot <178726302+grenadine-renovate-bot@users.noreply.github.com> Date: Thu, 5 Mar 2026 03:26:02 +0000 Subject: [PATCH] Update actions/setup-node digest to 53b8394 --- .github/workflows/validate-n-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-n-publish.yml b/.github/workflows/validate-n-publish.yml index b225432f..5bfd006d 100644 --- a/.github/workflows/validate-n-publish.yml +++ b/.github/workflows/validate-n-publish.yml @@ -40,7 +40,7 @@ jobs: run: | npm install -g corepack corepack enable - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .nvmrc - name: Install dependencies @@ -71,7 +71,7 @@ jobs: npm install -g corepack corepack enable - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .nvmrc - name: Install dependencies