Skip to content

Commit 7b78627

Browse files
chore(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f13d630 commit 7b78627

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)