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:
132
132
- name : " libxml2: restore cache"
133
133
if : ${{ matrix.libxml_minor }}
134
134
id : libxml_cache_restore
135
- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135
+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
136
136
with :
137
137
path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
138
138
key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -160,7 +160,7 @@ jobs:
160
160
- name : " libxml2: save cache"
161
161
if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
162
162
id : libxml_cache_save
163
- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
163
+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
164
164
with :
165
165
path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
166
166
key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments