Skip to content

Commit 9779433

Browse files
authored
Merge pull request #1195 from PHPCSStandards/dependabot/github_actions/master/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents d2d2bdb + 80e96b5 commit 9779433

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: git config --global core.autocrlf input
4040

4141
- name: Checkout code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- name: Install PHP
4545
uses: shivammathur/setup-php@v2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: "echo current year: ${{ steps.year.outputs.NEW_YEAR }} - previous year: ${{ steps.year.outputs.PREVIOUS_YEAR }}"
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
ref: ${{ steps.branches.outputs.BASE }}
5555

.github/workflows/label-new-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Checkout is needed to use the `use_local_config` option.
4040
- name: Checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Verify changes to the labeling logic
4444
uses: srvaroa/labeler@v1

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: git config --global core.autocrlf input
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

5454
- name: Install PHP
5555
uses: shivammathur/setup-php@v2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@v2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: git config --global core.autocrlf input
115115

116116
- name: Checkout code
117-
uses: actions/checkout@v4
117+
uses: actions/checkout@v5
118118

119119
- name: "libxml2: find the latest relevant tag"
120120
if: ${{ matrix.libxml_minor }}
@@ -310,7 +310,7 @@ jobs:
310310
run: git config --global core.autocrlf input
311311

312312
- name: Checkout code
313-
uses: actions/checkout@v4
313+
uses: actions/checkout@v5
314314

315315
- name: Setup ini config
316316
if: ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Install PHP
3232
uses: shivammathur/setup-php@v2
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout code
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656

5757
# Validate the XSD file.
5858
- name: Validate XSD against schema
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout code
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103

104104
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
105105
# This should not be blocking for this job, so ignore any errors from this step.
@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159
- name: Checkout code
160-
uses: actions/checkout@v4
160+
uses: actions/checkout@v5
161161

162162
- name: Set up problem matcher
163163
uses: lumaxis/shellcheck-problem-matchers@v2

0 commit comments

Comments
 (0)