Skip to content

Commit 55328aa

Browse files
authored
Merge pull request #24 from PHPCompatibility/dependabot/github_actions/actions/checkout-4
GH Actions: Bump actions/checkout from 3 to 4
2 parents 04bb399 + 675eac0 commit 55328aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Install PHP
2929
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)