From b220d72d8baff685fac601ec6e6a0a3c1e9d2f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:29:50 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 25b062c --- .github/workflows/TASKLIST_CARBONISATION.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 62d3a593e..c1f567f08 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -26,13 +26,13 @@ jobs: path: tasklist ref: "master" - name: Setup form-js cache - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb with: node-version: "20" cache: "npm" cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb with: node-version: "20" cache: "yarn"