diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 96a00c798f4d..1f149ba914e9 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Cache id: cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.2 with: path: ~/.ccache key: docker-build-${{ matrix.branch }}