From ec314f17e67cf4091116e15579177c268871d48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:02:42 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4.2.4 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 6.1.0. - [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.2.4...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index f810d42cca..e5917a1eb3 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -45,7 +45,7 @@ jobs: with: ref: ${{ inputs.branch }} - name: Cache Docker layers - uses: actions/cache@v4.2.4 + uses: actions/cache@v6.1.0 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-v1-${{ github.sha }}