We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf2106b + 441aaa9 commit 461f8b8Copy full SHA for 461f8b8
1 file changed
.github/workflows/deploy.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
# Cache bun dependencies
34
- name: Cache bun dependencies
35
- uses: actions/cache@v4
+ uses: actions/cache@v5
36
with:
37
path: |
38
presentation/node_modules
@@ -43,7 +43,7 @@ jobs:
43
44
# Cache Playwright browsers
45
- name: Cache Playwright browsers
46
47
48
49
~/.cache/ms-playwright
0 commit comments