From ddef54a855e254a69c799117e8f91c8912aada96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 01:15:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 3235b87 --- .github/workflows/Continuous Integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Continuous Integration.yml b/.github/workflows/Continuous Integration.yml index ff1a3178..e3f22d55 100644 --- a/.github/workflows/Continuous Integration.yml +++ b/.github/workflows/Continuous Integration.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Use Node.js - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3 + uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: node-version: 16 - name: Restore CI Cache