From 273fd3148acb9644747067c63c1efed4cd8262fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:50:42 +0000 Subject: [PATCH] Update actions/setup-node digest to 48b55a0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/job-node-publish.yml | 2 +- .github/workflows/job-node-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/job-node-publish.yml b/.github/workflows/job-node-publish.yml index 933269e4..6478a19f 100644 --- a/.github/workflows/job-node-publish.yml +++ b/.github/workflows/job-node-publish.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ steps.app-token.outputs.token }} - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node_version }} registry-url: https://registry.npmjs.org diff --git a/.github/workflows/job-node-test.yml b/.github/workflows/job-node-test.yml index ca2b70b9..aa4560fb 100644 --- a/.github/workflows/job-node-test.yml +++ b/.github/workflows/job-node-test.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node_version }} registry-url: https://npm.pkg.github.com/