From 27ae68fa6abce522a258ac23ff241d2b937d8713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:24:52 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20actions/setup-nod?= =?UTF-8?q?e=20digest=20(=201e60f62=20=E2=86=92=200a44ba7=20)=20(#147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 142e2b3..8b95b58 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -83,7 +83,7 @@ jobs: chmod +x -R bin/ - name: Setup nodejs - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: ${{ env.node_version }}