Skip to content

Commit

Permalink
Change github actions/cache to version 4
Browse files Browse the repository at this point in the history
Cache service version 2 is going to get closed down,
replace with version 4.
  • Loading branch information
temeo committed Dec 11, 2024
1 parent 7994288 commit 70cd967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 70cd967

Please sign in to comment.