Skip to content

Commit 461f8b8

Browse files
authored
Merge pull request #5 from NYU-RTS/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents cf2106b + 441aaa9 commit 461f8b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Cache bun dependencies
3434
- name: Cache bun dependencies
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: |
3838
presentation/node_modules
@@ -43,7 +43,7 @@ jobs:
4343
4444
# Cache Playwright browsers
4545
- name: Cache Playwright browsers
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: |
4949
~/.cache/ms-playwright

0 commit comments

Comments
 (0)