1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Change github actions/cache to version 4

Cache service version 2 is going to get closed down,
replace with version 4.
This commit is contained in:
Teemu Ollakka
2024-12-11 07:47:49 +02:00
parent 7994288534
commit 70cd967f5e

View File

@ -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 }}