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 @@ -132,7 +132,7 @@ jobs:
132132 - name : " libxml2: restore cache"
133133 if : ${{ matrix.libxml_minor }}
134134 id : libxml_cache_restore
135- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
136136 with :
137137 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
138138 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -160,7 +160,7 @@ jobs:
160160 - name : " libxml2: save cache"
161161 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
162162 id : libxml_cache_save
163- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
163+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
164164 with :
165165 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
166166 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments