From b39c6877bf3d0de3ddf53dc4468b10daafe53dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:13:21 +0200 Subject: [PATCH] ci: bump AndreKurait/docker-cache from 0.6.0 to 0.7.0 in /.github/actions/setup (#22883) ci: bump AndreKurait/docker-cache in /.github/actions/setup Bumps [AndreKurait/docker-cache](https://github.com/andrekurait/docker-cache) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/andrekurait/docker-cache/releases) - [Changelog](https://github.com/AndreKurait/docker-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrekurait/docker-cache/compare/0fe76702a40db986d9663c24954fc14c6a6031b7...7a3887908bdb97935395833df69b060cfcca0f7f) --- updated-dependencies: - dependency-name: AndreKurait/docker-cache dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b1e4e70250..9c2e768800 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -79,7 +79,7 @@ runs: go-version-file: "${{ inputs.working-directory }}go.mod" - name: Setup docker cache if: ${{ contains(inputs.dependencies, 'runtime') }} - uses: AndreKurait/docker-cache@0fe76702a40db986d9663c24954fc14c6a6031b7 + uses: AndreKurait/docker-cache@7a3887908bdb97935395833df69b060cfcca0f7f with: key: docker-images-${{ runner.os }}-${{ hashFiles('.github/actions/setup/compose.yml', 'Makefile') }}-${{ inputs.postgresql_version }} - name: Setup dependencies