From 0707c851cb138a52a4a416cb791131d2890e175c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:24:21 +0000 Subject: [PATCH] Update actions/setup-node digest to 2499707 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/master.yml | 2 +- .github/workflows/pull.yml | 2 +- .github/workflows/techdocs.yml | 2 +- .github/workflows/version-bump.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 18dbdc641..f7e0a902a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: # Beginning of yarn setup - name: use node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24.x registry-url: https://registry.npmjs.org/ # Needed for auth diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 878d1d157..8e5c105af 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -16,7 +16,7 @@ jobs: # Beginning of yarn setup - name: use node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24.x registry-url: https://registry.npmjs.org/ # Needed for auth diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index d07bfbcc6..82d3555da 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 1 - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24.x registry-url: https://registry.npmjs.org/ # Needed for auth diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 50ac17747..25183132e 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -30,7 +30,7 @@ jobs: # Beginning of yarn setup - name: use node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24.x registry-url: https://registry.npmjs.org/ # Needed for auth