From 64dc0effc3fe7565667c93d9a797bb31c5c6bfc9 Mon Sep 17 00:00:00 2001 From: Egor_P <egor@parity.io> Date: Thu, 13 Mar 2025 11:42:01 +0100 Subject: [PATCH] [Release|CI/CD] Update version of the cache action in the Publish docker ci (#7892) --- .github/workflows/release-50_publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-50_publish-docker.yml b/.github/workflows/release-50_publish-docker.yml index 342134b80af..74d506de8e3 100644 --- a/.github/workflows/release-50_publish-docker.yml +++ b/.github/workflows/release-50_publish-docker.yml @@ -281,7 +281,7 @@ jobs: uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 - name: Cache Docker layers - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} -- GitLab