From 347ab29194b3db662ccd7014fc3082aba1d12737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:55:36 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- 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] --- .github/workflows/acceptance-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 92f587fc27a..887a29dbf92 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -151,7 +151,7 @@ jobs: - name: Cache libcurl 8.12.0 id: cache-libcurl - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: /opt/libcurl key: libcurl-8.12.0-${{ runner.os }} @@ -275,7 +275,7 @@ jobs: - name: Cache libcurl 8.12.0 id: cache-libcurl - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: /opt/libcurl key: libcurl-8.12.0-${{ runner.os }} @@ -373,7 +373,7 @@ jobs: CHROMEDRIVER_SKIP_DOWNLOAD: "true" - name: Cache Playwright Chromium - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ hashFiles('.drone.env') }}