[DOC-CVS] [doc-base] master: Bump actions/checkout from 6 to 7 (#306)
[email protected] ("dependabot[bot] via GitHub") Tue, 23 Jun 2026 07:29:43 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2026-06-23T09:29:41+02:00 Commit: https://github.com/php/doc-base/commit/a6e65719925cfa83897ae084ac29d39674549a1f Raw diff: https://github.com/php/doc-base/commit/a6e65719925cfa83897ae084ac29d39674549a1f.diff Bump actions/checkout from 6 to 7 (#306) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Changed paths: M .github/workflows/integrate.yaml Diff: 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"