From d3c0fb364b8a281d38884937abe62608d2558b88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 02:00:39 +0000 Subject: [PATCH] Update actions/cache action to v2.1.8 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68fba36..7d6c787 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: driver-opts: image=moby/buildkit:master - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}