Skip to content

Commit c0f3f5d

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [CI] Use actions/checkout@v4
2 parents d634b9b + 71391fd commit c0f3f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: "Checkout"
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161

6262
- name: "Create cache dir"
6363
run: mkdir .cache
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9090
with:
9191
path: 'docs'
9292

0 commit comments

Comments
 (0)