Skip to content

Commit

Permalink
chore: update actions/setup-node digest to bea5baf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Niklas Kiefer committed Aug 11, 2023
1 parent 3ec4ed0 commit 15acc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
path: tasklist
ref: "master"
- name: Setup form-js cache
uses: actions/setup-node@d82f92a0eb28e5699f87460c19fc2c674da76d01
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
with:
node-version: "16"
cache: "npm"
cache-dependency-path: ./form-js/package-lock.json
- name: Setup Tasklist cache
uses: actions/setup-node@d82f92a0eb28e5699f87460c19fc2c674da76d01
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381
with:
node-version: "19"
cache: "yarn"
Expand Down

0 comments on commit 15acc52

Please sign in to comment.