[DOC-CVS] [doc-en] dependabot/github_actions/actions/checkout-7: build(deps): bump actions/checkout from 6 to 7
[email protected] ("dependabot[bot] via GitHub") Tue, 23 Jun 2026 07:06:14 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2026-06-23T07:06:09Z Commit: https://github.com/php/doc-en/commit/4b703882d8c451ae09e50731ebde0cb91d331eaf Raw diff: https://github.com/php/doc-en/commit/4b703882d8c451ae09e50731ebde0cb91d331eaf.diff build(deps): bump actions/checkout from 6 to 7 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]> Changed paths: M .github/workflows/docbook-cs.yaml M .github/workflows/integrate.yaml Diff: diff --git a/.github/workflows/docbook-cs.yaml b/.github/workflows/docbook-cs.yaml index 1af8eead7f5a..498a8be02ca7 100644 --- a/.github/workflows/docbook-cs.yaml +++ b/.github/workflows/docbook-cs.yaml @@ -38,20 +38,20 @@ jobs: steps: - name: "Checkout php/doc-${{ matrix.language }}" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: ref: "${{ github.event.pull_request.head.sha }}" path: "${{ matrix.language }}" fetch-depth: 50 - name: "Checkout php/doc-base" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: path: "doc-base" repository: "php/doc-base" - name: "Checkout php/docbook-cs" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: path: "docbook-cs" repository: "php/docbook-cs" diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4058508899da..3e1db4d17c73 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -24,20 +24,20 @@ jobs: steps: - 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" - name: "Checkout php/doc-base" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: path: "doc-base" repository: "php/doc-base"