Skip to content

Commit 5d8dd6f

Browse files
.github: update actions/cache
1 parent 1355361 commit 5d8dd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
NOW=$(date -u +"%F-%T")
5252
echo "::set-output name=timestamp::${NOW}"
5353
- name: ccache cache files
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.ccache
5757
key: ${{github.workflow}}-ccache-${{steps.ccache_cache_timestamp.outputs.timestamp}}

0 commit comments

Comments
 (0)