Skip to content

Commit fc6c9f7

Browse files
authored
Merge pull request #1416 from PHPCSStandards/dependabot/github_actions/3.x/action-runners-1f68ad2bfa
GH Actions: Bump the action-runners group with 4 updates
2 parents 4268791 + 76c98be commit fc6c9f7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/happy-new-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: exit 1
7575

7676
- name: Create pull request
77-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
77+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
7878
with:
7979
base: ${{ steps.branches.outputs.BASE }}
8080
branch: ${{ steps.branches.outputs.PR_BRANCH }}

.github/workflows/reusable-build-phar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Upload the PHPCS phar
6060
if: ${{ inputs.uploadArtifacts == true }}
61-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
61+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6262
with:
6363
name: phpcs-phar
6464
path: ./phpcs.phar
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload the PHPCBF phar
6969
if: ${{ inputs.uploadArtifacts == true }}
70-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171
with:
7272
name: phpcbf-phar
7373
path: ./phpcbf.phar

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)