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 @@ -129,7 +129,7 @@ jobs:
129129 - name : " libxml2: restore cache"
130130 if : ${{ matrix.libxml_minor }}
131131 id : libxml_cache_restore
132- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
132+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
133133 with :
134134 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
135135 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -157,7 +157,7 @@ jobs:
157157 - name : " libxml2: save cache"
158158 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
159159 id : libxml_cache_save
160- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
160+ uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
161161 with :
162162 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
163163 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments