From d21467d3b8efabaaf5d5756b0444abc0df9b51c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:01:14 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 1d0ff46 --- .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 ece8497ca..a4686c28d 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@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a with: node-version: '20' cache: 'yarn'