From b40e5344b203954c5021eb1e6480789a91d01e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:03:30 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 97ca147 --- .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 e9d067426..1648965d9 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -26,13 +26,13 @@ jobs: path: zeebe ref: 'main' - name: Setup form-js cache - uses: actions/setup-node@1c7b2db92075f828bee89d7e19d33a911d15e7b3 + uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@1c7b2db92075f828bee89d7e19d33a911d15e7b3 + uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac with: node-version: '20' cache: 'yarn'