@@ -105,7 +105,7 @@ jobs:
105105 run : git config --global core.autocrlf input
106106
107107 - name : Checkout code
108- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109
110110 - name : " libxml2: find the latest relevant tag"
111111 if : ${{ matrix.libxml_minor }}
@@ -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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
132+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
160+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
161161 with :
162162 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
163163 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -300,7 +300,7 @@ jobs:
300300 run : git config --global core.autocrlf input
301301
302302 - name : Checkout code
303- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
303+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
304304
305305 - name : Setup ini config
306306 if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
0 commit comments