diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a73c85ef..399fde832 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,7 +80,7 @@ jobs: string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) 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 } } diff --git a/.github/workflows/setup-build-publish.yml b/.github/workflows/setup-build-publish.yml index 0b3bf1b0a..5bcd90d3d 100644 --- a/.github/workflows/setup-build-publish.yml +++ b/.github/workflows/setup-build-publish.yml @@ -112,7 +112,7 @@ jobs: string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) 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 } } diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c4b8d943..ca544eb14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC) 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 } }