diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57cf6a6..6a2cbde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -663,7 +663,7 @@ jobs: network=host - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-local-${{ github.sha }} @@ -724,7 +724,7 @@ jobs: network=host - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.buildx-cache