Skip to content

Commit 5153a13

Browse files
authored
Merge pull request #1361 from PHPCSStandards/dependabot/github_actions/3.x/action-runners-06f19cc200
GH Actions: Bump the action-runners group with 2 updates
2 parents bc37991 + 643e499 commit 5153a13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
141+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
169+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
170170
with:
171171
path: "libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
172172
key: ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -209,7 +209,7 @@ jobs:
209209
# This action also handles the caching of the dependencies.
210210
- name: Set up node
211211
if: ${{ matrix.custom_ini == false }}
212-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
212+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
213213
with:
214214
node-version: '20'
215215

@@ -322,7 +322,7 @@ jobs:
322322
# This action also handles the caching of the dependencies.
323323
- name: Set up node
324324
if: ${{ matrix.custom_ini == false }}
325-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
325+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
326326
with:
327327
node-version: '20'
328328

0 commit comments

Comments
 (0)