Skip to content

Commit 2f8a49e

Browse files
Bump actions/checkout from 5 to 6 (#270)
1 parent d0f98aa commit 2f8a49e

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@v5"
38+
uses: "actions/checkout@v6"
3939
with:
4040
path: "doc-base"
4141

4242
- name: "Checkout php/doc-${{ matrix.language }}"
43-
uses: "actions/checkout@v5"
43+
uses: "actions/checkout@v6"
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@v5"
50+
uses: "actions/checkout@v6"
5151
with:
5252
path: "en"
5353
repository: "php/doc-en"

0 commit comments

Comments
 (0)