Skip to content

Commit 44b98de

Browse files
Bump actions/checkout from 4 to 5 (php#4855)
1 parent a60ef65 commit 44b98de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
check-whitespace:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout php/doc-${{ matrix.language }}"
27-
uses: "actions/checkout@v4"
27+
uses: "actions/checkout@v5"
2828
with:
2929
path: "${{ matrix.language }}"
3030
repository: "php/doc-${{ matrix.language }}"
3131

3232
- name: "Checkout php/doc-en as fallback"
3333
if: "matrix.language != 'en'"
34-
uses: "actions/checkout@v4"
34+
uses: "actions/checkout@v5"
3535
with:
3636
path: "en"
3737
repository: "php/doc-en"
3838

3939
- name: "Checkout php/doc-base"
40-
uses: "actions/checkout@v4"
40+
uses: "actions/checkout@v5"
4141
with:
4242
path: "doc-base"
4343
repository: "php/doc-base"

0 commit comments

Comments
 (0)