From 70cd967f5e249b53d6cce90e2e4198641c564381 Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Wed, 11 Dec 2024 07:47:49 +0200 Subject: [PATCH] Change github actions/cache to version 4 Cache service version 2 is going to get closed down, replace with version 4. --- .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 976853b6..40fa0d96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: message("::set-output name=timestamp::${current_date}") - name: Configure ccache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.ccache key: ${{ matrix.config.os }}-${{ matrix.config.CC }}-${{ matrix.config.version }}-${{ matrix.config.type }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}