From b85a50494dceeabf37dea85eb9ed69a55aa20061 Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Wed, 11 Dec 2024 17:02:19 +0000 Subject: [PATCH] IS 1107 update github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef00922e..1ba3acdb 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 } }