We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5766c7 commit 25a660dCopy full SHA for 25a660d
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
message("::set-output name=timestamp::${current_date}")
83
84
- name: ccache cache files
85
- uses: actions/cache@v1.1.0
+ uses: actions/cache@v4
86
with:
87
path: ${{ github.workspace }}/.ccache
88
key: ${{ env.CCACHE_KEY }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
0 commit comments