From 1954d85d41b5fba4679a46ce2b623e5113d78147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:23:21 +0200 Subject: [PATCH] chore: update actions/setup-node digest to abb238b (#1305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 bf770de07..4575c3f31 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@aca7b64a59c0063db8564e0ffdadd3887f1cbae5 + uses: actions/setup-node@abb238b1313d8ef4d3e3a96d204e08329cafbf85 with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@aca7b64a59c0063db8564e0ffdadd3887f1cbae5 + uses: actions/setup-node@abb238b1313d8ef4d3e3a96d204e08329cafbf85 with: node-version: '20' cache: 'yarn'