From 75b9571d54e184475d0de7abda6fc11ba14838a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:30:31 +0000 Subject: [PATCH] chore: update actions/setup-node digest to 8026329 --- .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 a4686c28d..6fffac5ff 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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a + uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 with: node-version: '20' cache: 'yarn'