Skip to content

Commit ac65a4c

Browse files
committed
Merge branch '3.x' into 4.x
2 parents 63e23c0 + 63b78c4 commit ac65a4c

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
@@ -132,7 +132,7 @@ jobs:
132132
- name: "libxml2: restore cache"
133133
if: ${{ matrix.libxml_minor }}
134134
id: libxml_cache_restore
135-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
136136
with:
137137
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
138138
key: "${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -160,7 +160,7 @@ jobs:
160160
- name: "libxml2: save cache"
161161
if: ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
162162
id: libxml_cache_save
163-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
163+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
164164
with:
165165
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
166166
key: ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)