Update GHA to actions/checkout@v4

see php/doc-en@f318ff098b
This commit is contained in:
Tim Düsterhus
2023-09-05 12:38:53 +02:00
parent 2c89842beb
commit 0eeb1a0f76

View File

@@ -21,20 +21,20 @@ jobs:
steps:
- name: "Checkout php/doc-${{ matrix.language }}"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"
with:
path: "${{ matrix.language }}"
repository: "php/doc-${{ matrix.language }}"
- name: "Checkout php/doc-en as fallback"
if: "matrix.language != 'en'"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"
with:
path: "en"
repository: "php/doc-en"
- name: "Checkout php/doc-base"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"
with:
path: "doc-base"
repository: "php/doc-base"