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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-05 18:13:21 +02:00
committed by GitHub
parent f04e2a1619
commit b39c6877bf
+1 -1
View File
@@ -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