Skip to content

Commit 2f8ef11

Browse files
authored
Merge pull request #57 from PHPCompatibility/dependabot/github_actions/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents 9d86022 + b387777 commit 2f8ef11

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
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Checkout code
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191

9292
- name: Install PHP
9393
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)