From 0e6fb8023e87d5b455b6864258d702d19688249a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:50:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 53b8394 --- .github/workflows/codeql-javascript-typescript.yaml | 2 +- .github/workflows/pnpm-lint-and-test.yaml | 4 ++-- .github/workflows/pnpm-publish.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-javascript-typescript.yaml b/.github/workflows/codeql-javascript-typescript.yaml index 894841f..2524f3c 100644 --- a/.github/workflows/codeql-javascript-typescript.yaml +++ b/.github/workflows/codeql-javascript-typescript.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: ${{ inputs.node-version-file }} check-latest: true diff --git a/.github/workflows/pnpm-lint-and-test.yaml b/.github/workflows/pnpm-lint-and-test.yaml index c75bca0..aa29ebc 100644 --- a/.github/workflows/pnpm-lint-and-test.yaml +++ b/.github/workflows/pnpm-lint-and-test.yaml @@ -18,7 +18,7 @@ jobs: version: latest - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .node-version check-latest: true @@ -45,7 +45,7 @@ jobs: version: latest - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .node-version check-latest: true diff --git a/.github/workflows/pnpm-publish.yaml b/.github/workflows/pnpm-publish.yaml index 0e285c1..bf57299 100644 --- a/.github/workflows/pnpm-publish.yaml +++ b/.github/workflows/pnpm-publish.yaml @@ -25,7 +25,7 @@ jobs: version: latest - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: .node-version check-latest: true