Skip to content

Commit 1aed2ad

Browse files
authored
Update GHA to actions/checkout@v4
see php/doc-en@f318ff0
1 parent b7e33ce commit 1aed2ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout"
38-
uses: "actions/checkout@v3"
38+
uses: "actions/checkout@v4"
3939
with:
4040
path: "doc-base"
4141

4242
- name: "Checkout php/doc-${{ matrix.language }}"
43-
uses: "actions/checkout@v3"
43+
uses: "actions/checkout@v4"
4444
with:
4545
path: "${{ matrix.language }}"
4646
repository: "php/doc-${{ matrix.language }}"
4747

4848
- name: "Checkout php/doc-en as fallback"
4949
if: "matrix.language != 'en'"
50-
uses: "actions/checkout@v3"
50+
uses: "actions/checkout@v4"
5151
with:
5252
path: "en"
5353
repository: "php/doc-en"

0 commit comments

Comments
 (0)