File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Restore ccache cache
119119 if : ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
120- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
120+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
121121 with :
122122 path : ${{ env.CCACHE_DIR }}
123123 key : ${{ steps.cache_key.outputs.key }}
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Save ccache cache
169169 if : ${{ inputs.upload_ccache && github.ref == 'refs/heads/develop' }}
170- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
171171 with :
172172 path : ${{ env.CCACHE_DIR }}
173173 key : ${{ steps.cache_key.outputs.key }}
You can’t perform that action at this time.
0 commit comments