diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 96a00c798f4d..09e13df1f275 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.4 with: path: ~/.ccache key: docker-build-${{ matrix.branch }}