From 0f80f29a5b32484b87e4655b29410e9b2cc00d34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:36:30 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 39370e3 --- .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 30fea3814..f12cea153 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@abb238b1313d8ef4d3e3a96d204e08329cafbf85 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@abb238b1313d8ef4d3e3a96d204e08329cafbf85 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: node-version: '20' cache: 'yarn'