mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 03:51:02 +02:00
bump ci action
This commit is contained in:
parent
eba135e56f
commit
35bf8df0c0
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-playwright/action.yml
vendored
2
.github/actions/setup-playwright/action.yml
vendored
|
|
@ -16,7 +16,7 @@ runs:
|
|||
|
||||
- name: Cache Playwright
|
||||
id: playwright-cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.cache/ms-playwright
|
||||
key: playwright-${{ runner.os }}-${{ env.PLAYWRIGHT_VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue