Skip to content

Commit 8a84c0a

Browse files
Bump actions/checkout from 4 to 5 (#249)
1 parent a82721a commit 8a84c0a

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

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

0 commit comments

Comments
 (0)