From 70e4cda1e56d05908636edfa73ddfecbbdd257fe Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Wed, 11 Dec 2024 13:51:58 +0000 Subject: [PATCH] IS 1105 use cache v4 in actions --- .github/workflows/publish.yml | 2 +- .github/workflows/setup-build-publish.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 } }