From cce78372ad68a74a7edc3d1d4ef539e67a1e5f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:48:58 +0000 Subject: [PATCH] deps(actions): 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](https://github.com/actions/cache/compare/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] --- .github/workflows/stack-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stack-tests.yml b/.github/workflows/stack-tests.yml index 8711ea9f..84daf80f 100644 --- a/.github/workflows/stack-tests.yml +++ b/.github/workflows/stack-tests.yml @@ -111,7 +111,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Cache base image - uses: actions/cache@v4 + uses: actions/cache@v5 id: base-cache with: path: /tmp/base-image.tar.zst @@ -349,7 +349,7 @@ jobs: run: npm ci - name: Cache Playwright browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright