Skip to content

Commit e0e349a

Browse files
authored
Merge pull request #7240 from LibreSign/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 4383a60 + 7b78627 commit e0e349a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Cache Playwright browsers
156156
id: playwright-cache
157-
uses: actions/cache@v4
157+
uses: actions/cache@v5
158158
with:
159159
path: ~/.cache/ms-playwright
160160
key: ${{ runner.os }}-playwright-${{ hashFiles(format('apps/{0}/package-lock.json', env.APP_NAME)) }}
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Cache LibreSign binary payloads
165165
id: libresign-binaries-cache
166-
uses: actions/cache@v4
166+
uses: actions/cache@v5
167167
with:
168168
path: .cache/libresign-binaries
169169
key: ${{ runner.os }}-libresign-binaries-${{ hashFiles(format('apps/{0}/appinfo/install-*.json', env.APP_NAME), format('apps/{0}/lib/Service/Install/InstallService.php', env.APP_NAME)) }}

0 commit comments

Comments
 (0)