Skip to content

Commit 8853153

Browse files
authored
Merge pull request #4 from PHPCSStandards/dependabot/github_actions/stable/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents f0d11e5 + 1f77b00 commit 8853153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
- name: Checkout code
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
with:
5555
ref: ${{ steps.base_branch.outputs.BRANCH }}
5656

0 commit comments

Comments
 (0)