We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba2ad8 + 85e6f76 commit 6adfdb3Copy full SHA for 6adfdb3
.github/workflows/pr-checks.yml
@@ -48,7 +48,7 @@ jobs:
48
# cache playwright browsers to speed up workflow
49
- name: Cache Playwright browsers
50
id: cache-playwright
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
with:
53
path: ~/.cache/ms-playwright
54
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -120,7 +120,7 @@ jobs:
120
121
# run storybook:build with retry to avoid random failures
122
- name: Test run storybook:build (with retry)
123
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
124
125
timeout_minutes: 5
126
max_attempts: 3
0 commit comments