Skip to content

Commit f4e1748

Browse files
committed
Merge branch '3.x' into 4.x
2 parents 7f4fd39 + 5153a13 commit f4e1748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
132+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
160+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
161161
with:
162162
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
163163
key: ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)