From da3d82d82e0cd3cce3d42d53f0ba1e0400379d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:01:23 +0000 Subject: [PATCH] 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](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/build-and-push-services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-services.yml b/.github/workflows/build-and-push-services.yml index 5f95a478..f88fb571 100644 --- a/.github/workflows/build-and-push-services.yml +++ b/.github/workflows/build-and-push-services.yml @@ -113,7 +113,7 @@ jobs: version: latest - name: Cache docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: /tmp/.buildx-cache @@ -180,7 +180,7 @@ jobs: version: latest - name: Cache docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: /tmp/.buildx-cache