[DOC-CVS] [doc-base] master: Bump actions/checkout from 4 to 5 (#249)
[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-08-13T18:09:38Z
Commit: https://github.com/php/doc-base/commit/8a84c0a6753c11a11f0f6eec9e923c6806a97d54
Raw diff: https://github.com/php/doc-base/commit/8a84c0a6753c11a11f0f6eec9e923c6806a97d54.diff
Bump actions/checkout from 4 to 5 (#249)
Changed paths:
M .github/workflows/integrate.yaml
Diff:
diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 042d11ece..fb56ae665 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -35,19 +35,19 @@ jobs:
steps:
- name: "Checkout"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
with:
path: "doc-base"
- name: "Checkout php/doc-${{ matrix.language }}"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
with:
path: "${{ matrix.language }}"
repository: "php/doc-${{ matrix.language }}"
- name: "Checkout php/doc-en as fallback"
if: "matrix.language != 'en'"
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
with:
path: "en"
repository: "php/doc-en"