From f2ea7303598b1d5313cd6fe3fada502584d51a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 04:54:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 49933ea Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 612984b2..de33f7a1 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Install Node.js - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version-file: .nvmrc token: ${{ secrets.GITHUB_TOKEN }}