Skip to content

Commit 6adfdb3

Browse files
authored
Merge pull request #183 from newjersey/fix/0402-npm-audit
Fix critical vulnerability for handlebars
2 parents dba2ad8 + 85e6f76 commit 6adfdb3

File tree

2 files changed

+190
-199
lines changed

2 files changed

+190
-199
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# cache playwright browsers to speed up workflow
4949
- name: Cache Playwright browsers
5050
id: cache-playwright
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/ms-playwright
5454
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -120,7 +120,7 @@ jobs:
120120

121121
# run storybook:build with retry to avoid random failures
122122
- name: Test run storybook:build (with retry)
123-
uses: nick-fields/retry@v3
123+
uses: nick-fields/retry@v4
124124
with:
125125
timeout_minutes: 5
126126
max_attempts: 3

0 commit comments

Comments
 (0)