Skip to content

Commit d7f1112

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 351db4f commit d7f1112

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Cache libcurl 8.12.0
153153
id: cache-libcurl
154-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
154+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
155155
with:
156156
path: /opt/libcurl
157157
key: libcurl-8.12.0-${{ runner.os }}
@@ -275,7 +275,7 @@ jobs:
275275

276276
- name: Cache libcurl 8.12.0
277277
id: cache-libcurl
278-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
278+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
279279
with:
280280
path: /opt/libcurl
281281
key: libcurl-8.12.0-${{ runner.os }}
@@ -373,7 +373,7 @@ jobs:
373373
CHROMEDRIVER_SKIP_DOWNLOAD: "true"
374374

375375
- name: Cache Playwright Chromium
376-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
376+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
377377
with:
378378
path: ~/.cache/ms-playwright
379379
key: playwright-chromium-${{ hashFiles('.drone.env') }}

0 commit comments

Comments
 (0)