mirror of
https://github.com/php/doc-base.git
synced 2026-03-23 23:02:13 +01:00
Bump actions/checkout from 5 to 6 (#270)
This commit is contained in:
6
.github/workflows/integrate.yaml
vendored
6
.github/workflows/integrate.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user