@@ -140,7 +140,7 @@ jobs:
140140 - name : " libxml2: restore cache"
141141 if : ${{ matrix.libxml_minor }}
142142 id : libxml_cache_restore
143- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
143+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
144144 with :
145145 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
146146 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -168,7 +168,7 @@ jobs:
168168 - name : " libxml2: save cache"
169169 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
170170 id : libxml_cache_save
171- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
171+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
172172 with :
173173 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
174174 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -211,7 +211,7 @@ jobs:
211211 # This action also handles the caching of the dependencies.
212212 - name : Set up node
213213 if : ${{ matrix.custom_ini == false }}
214- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
214+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
215215 with :
216216 node-version : ' 20'
217217
@@ -326,7 +326,7 @@ jobs:
326326 # This action also handles the caching of the dependencies.
327327 - name : Set up node
328328 if : ${{ matrix.custom_ini == false }}
329- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
329+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
330330 with :
331331 node-version : ' 20'
332332
0 commit comments