Skip to content

Commit 63b78c4

Browse files
authored
Merge pull request #1284 from PHPCSStandards/dependabot/github_actions/3.x/action-runners-f175f89d6c
GH Actions: Bump actions/cache from 4.2.4 to 4.3.0 in the action-runners group
2 parents 91fbbd5 + f84ed94 commit 63b78c4

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
@@ -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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
141+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
169+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170170
with:
171171
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
172172
key: ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)