From 1d54078128d0df25c81cde29239ca55ad8185052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:55:15 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 2a017f3 --- .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 3db3fbe83..d2b8fa1bc 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -22,13 +22,13 @@ jobs: path: tasklist ref: "master" - name: Setup form-js cache - uses: actions/setup-node@72c43c2d8fa01b0e1ca5fc3f8cb258c8d8bd286d + uses: actions/setup-node@2a017f350dbf6c4b6bb4508cc83809719115162e with: node-version: "20" cache: "npm" cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@72c43c2d8fa01b0e1ca5fc3f8cb258c8d8bd286d + uses: actions/setup-node@2a017f350dbf6c4b6bb4508cc83809719115162e with: node-version: "20" cache: "yarn"