diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 799cf69fd..f0857ae45 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@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@eff380dfbcf941bf8832e4acb788cebe13dfd758 with: node-version: '20' cache: 'npm' cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@eff380dfbcf941bf8832e4acb788cebe13dfd758 with: node-version: '20' cache: 'yarn'