feat: use actions/checkout@v6

This commit is contained in:
Damien Retzinger
2026-02-18 14:43:05 -05:00
parent 5d47cda771
commit c2c3755729
23 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ runs:
using: composite
steps:
- name: Checkout head
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.head_ref }}
repository: ${{ inputs.head_repo }}
@@ -108,7 +108,7 @@ runs:
- name: Checkout base
if: steps.filter.outputs.phpcs == 'true'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.base.ref}}
repository: ${{github.event.pull_request.base.repo.full_name}}