@@ -114,7 +114,7 @@ jobs:
114114 run : git config --global core.autocrlf input
115115
116116 - name : Checkout code
117- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
117+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118118
119119 - name : " libxml2: find the latest relevant tag"
120120 if : ${{ matrix.libxml_minor }}
@@ -138,7 +138,7 @@ jobs:
138138 - name : " libxml2: restore cache"
139139 if : ${{ matrix.libxml_minor }}
140140 id : libxml_cache_restore
141- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
141+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
142142 with :
143143 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
144144 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -166,7 +166,7 @@ jobs:
166166 - name : " libxml2: save cache"
167167 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
168168 id : libxml_cache_save
169- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
169+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
170170 with :
171171 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
172172 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -302,7 +302,7 @@ jobs:
302302 run : git config --global core.autocrlf input
303303
304304 - name : Checkout code
305- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
305+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
306306
307307 - name : Setup ini config
308308 if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
0 commit comments