Skip to content

Commit 002de07

Browse files
.github: update actions/cache
1 parent aa1b116 commit 002de07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)