Bump actions/checkout from 5 to 6 (#270)

This commit is contained in:
dependabot[bot]
2025-12-01 17:57:47 +08:00
committed by GitHub
parent d0f98aa3d2
commit 2f8a49e992

View File

@@ -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"