From ac4272d201adbde13c760e742cad90c66bcb13ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:28:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 1d0ff46 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 0de59f45..1d503bdf 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Install Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version-file: package.json token: ${{ secrets.GITHUB_TOKEN }}