Skip to content

Commit ac4db60

Browse files
chore(deps): update actions/cache action to v5
1 parent 305dac7 commit ac4db60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Cache AWS CLI (Linux)
5353
id: cache-aws-cli
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: aws/
5757
key: cache-aws-cli

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Cache Playwright Browsers for Playwright's Version
7979
id: cache-playwright-browsers
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
with:
8282
path: ~/.cache/ms-playwright
8383
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

0 commit comments

Comments
 (0)