Skip to content

Commit 65ad85d

Browse files
chore(deps): update actions/cache action to v5 (#1023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0c3cee commit 65ad85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV
7070
7171
- name: Cache Playwright's binary
72-
uses: actions/cache@v4
72+
uses: actions/cache@v5
7373
with:
7474
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
7575
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

0 commit comments

Comments
 (0)