Skip to content

Commit 3593025

Browse files
authored
Merge pull request #50 from PHPCompatibility/dependabot/github_actions/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents cd02f75 + 52f7835 commit 3593025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.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
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout code
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575

7676
- name: Install PHP
7777
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)