From ed9be9614fc83867e05b2638e4a3564136a180f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:20:26 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 8f9cc17 --- .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 eb89de1b6..d43b14d44 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@48b90677b6048efbc723b11a94acb950d3f1ac36 + uses: actions/setup-node@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7 with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@48b90677b6048efbc723b11a94acb950d3f1ac36 + uses: actions/setup-node@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7 with: node-version: '20' cache: 'yarn'