[DOC-CVS] [doc-base] dependabot/github_actions/actions/checkout-6: Bump actions/checkout from 5 to 6
[email protected] ("dependabot[bot] via GitHub")
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2025-12-01T00:43:50Z Commit: https://github.com/php/doc-base/commit/96bfee3141ba2fec5134dca74f6069a01976a8d6 Raw diff: https://github.com/php/doc-base/commit/96bfee3141ba2fec5134dca74f6069a01976a8d6.diff Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Changed paths: M .github/workflows/integrate.yaml Diff: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index fb56ae665c..3e94650f17 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -35,19 +35,19 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "doc-base" - name: "Checkout php/doc-${{ matrix.language }}" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "${{ matrix.language }}" repository: "php/doc-${{ matrix.language }}" - name: "Checkout php/doc-en as fallback" if: "matrix.language != 'en'" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "en" repository: "php/doc-en"