1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-23 23:02:13 +01:00

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
committed by GitHub
parent 6afe05f1e2
commit b66bd4acbd

View File

@@ -21,20 +21,20 @@ jobs:
steps:
- name: "Checkout php/doc-${{ matrix.language }}"
uses: "actions/checkout@v3"
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@v3"
uses: "actions/checkout@v4"
with:
path: "en"
repository: "php/doc-en"
- name: "Checkout php/doc-base"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
path: "doc-base"
repository: "php/doc-base"