diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index dbaac626382b..932c2b71fd81 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -64,7 +64,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.9 with: path: ~/.ccache key: docker-build-${{ matrix.branch }}-${{ github.sha }}