Skip to content

Commit 639d162

Browse files
authored
Merge pull request #374 from PHPCSStandards/dependabot/github_actions/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents 70f03c4 + 67b52b2 commit 639d162

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/basics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Install PHP
3131
uses: shivammathur/setup-php@v2
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Checkout code
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v5
113113

114114
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
115115
# This should not be blocking for this job, so ignore any errors from this step.

.github/workflows/quicktest.yml

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

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
# On stable PHPCS versions, allow for PHP deprecation notices.
5050
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
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: Install PHP
3939
uses: shivammathur/setup-php@v2
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Checkout code
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117

118118
# On stable PHPCS versions, allow for PHP deprecation notices.
119119
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
@@ -215,7 +215,7 @@ jobs:
215215

216216
steps:
217217
- name: Checkout code
218-
uses: actions/checkout@v4
218+
uses: actions/checkout@v5
219219

220220
# On stable PHPCS versions, allow for PHP deprecation notices.
221221
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.

0 commit comments

Comments
 (0)