[DOC-CVS] [doc-base] master: Bump actions/checkout from 5 to 6 (#270)
[email protected] ("dependabot[bot] via GitHub")
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-12-01T17:57:47+08:00
Commit: https://github.com/php/doc-base/commit/2f8a49e992af23ef26749d7c2cf12157669d7d31
Raw diff: https://github.com/php/doc-base/commit/2f8a49e992af23ef26749d7c2cf12157669d7d31.diff
Bump actions/checkout from 5 to 6 (#270)
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"