diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe6070e5..3aac8b54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: ccache cache files - uses: actions/cache@v1.1.0 + uses: actions/cache@v4.2.0 with: path: .ccache key: ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } }