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 @@ -138,7 +138,7 @@ jobs:
138
138
- name : " libxml2: restore cache"
139
139
if : ${{ matrix.libxml_minor }}
140
140
id : libxml_cache_restore
141
- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
141
+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
142
142
with :
143
143
path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
144
144
key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -166,7 +166,7 @@ jobs:
166
166
- name : " libxml2: save cache"
167
167
if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
168
168
id : libxml_cache_save
169
- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
169
+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170
170
with :
171
171
path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
172
172
key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments