From 04aeca8105e197176514895f0c9adf05b8a4efcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 07:59:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 49933ea --- .github/actions/setup-project/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yaml b/.github/actions/setup-project/action.yaml index afe708d..cf036bb 100644 --- a/.github/actions/setup-project/action.yaml +++ b/.github/actions/setup-project/action.yaml @@ -38,7 +38,7 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: registry-url: ${{ inputs.node-registry-url }} node-version: ${{ inputs.node-version }}