From 665ecb76883821cf9ccbc26647691369ddb474df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 10:59:51 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 55ac085..aaf0e70 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}