Skip to content

Commit d2c6694

Browse files
committed
Upgrade actions/checkout to version 5
1 parent f6ea981 commit d2c6694

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
@@ -30,7 +30,7 @@ jobs:
3030
- '8.4'
3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 1
3636
- name: Setup PHP version
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Check out repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
- name: Setup PHP version
6868
uses: shivammathur/setup-php@v2
6969
with:

0 commit comments

Comments
 (0)