From 2d18150e6c7495a4d4554706e1ef268befd9bd16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:34:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 2499707 --- .github/actions/install-yarn-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-yarn-dependencies/action.yml b/.github/actions/install-yarn-dependencies/action.yml index f815547..1026433 100644 --- a/.github/actions/install-yarn-dependencies/action.yml +++ b/.github/actions/install-yarn-dependencies/action.yml @@ -13,7 +13,7 @@ runs: - name: Enable corepack shell: bash run: corepack enable - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24 cache: 'yarn'