Skip to content

Commit 3cc3213

Browse files
build(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 a72f543 commit 3cc3213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
CHROMEDRIVER_SKIP_DOWNLOAD: "true"
331331

332332
- name: Cache Playwright Chromium
333-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
333+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
334334
with:
335335
path: ~/.cache/ms-playwright
336336
key: playwright-chromium-${{ hashFiles('.drone.env') }}

0 commit comments

Comments
 (0)