We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout@v4
1 parent b7e33ce commit 1aed2adCopy full SHA for 1aed2ad
.github/workflows/integrate.yaml
@@ -35,19 +35,19 @@ jobs:
35
36
steps:
37
- name: "Checkout"
38
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
39
with:
40
path: "doc-base"
41
42
- name: "Checkout php/doc-${{ matrix.language }}"
43
44
45
path: "${{ matrix.language }}"
46
repository: "php/doc-${{ matrix.language }}"
47
48
- name: "Checkout php/doc-en as fallback"
49
if: "matrix.language != 'en'"
50
51
52
path: "en"
53
repository: "php/doc-en"
0 commit comments