diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7961e2aa..280ec227 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: # protocol's CMakeLists.txt currently compiles common/*.cc and its # own .cc files separately for every target). - name: Restore ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.CCACHE_DIR }} key: ccache-${{ runner.os }}-${{ github.sha }}