Skip to content

Commit 25a660d

Browse files
committed
Update version of cache action used in CI workflow
v1 has now been sunset, so we must upgrade.
1 parent a5766c7 commit 25a660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
message("::set-output name=timestamp::${current_date}")
8383
8484
- name: ccache cache files
85-
uses: actions/cache@v1.1.0
85+
uses: actions/cache@v4
8686
with:
8787
path: ${{ github.workspace }}/.ccache
8888
key: ${{ env.CCACHE_KEY }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)