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 @@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Restore ccache cache
115115 if : ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
116- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
116+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
117117 with :
118118 path : ${{ env.CCACHE_DIR }}
119119 key : ${{ steps.cache_key.outputs.key }}
@@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Save ccache cache
166166 if : ${{ inputs.upload_ccache && github.ref == 'refs/heads/develop' }}
167- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
167+ uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
168168 with :
169169 path : ${{ env.CCACHE_DIR }}
170170 key : ${{ steps.cache_key.outputs.key }}
You can’t perform that action at this time.
0 commit comments