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