Bump actions/cache from 2 to 3 (#1595)

This commit is contained in:
dependabot[bot]
2022-09-12 14:15:41 +00:00
committed by GitHub
parent cf2ffa3d26
commit 6775bf81b6
4 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ jobs:
driver-opts: image=moby/buildkit:master
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}