diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 042d11ece1..fb56ae665c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -35,19 +35,19 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" with: path: "doc-base" - name: "Checkout php/doc-${{ matrix.language }}" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" with: path: "${{ matrix.language }}" repository: "php/doc-${{ matrix.language }}" - name: "Checkout php/doc-en as fallback" if: "matrix.language != 'en'" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" with: path: "en" repository: "php/doc-en"