Skip to content

Commit 71d7984

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a82721a commit 71d7984

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout"
38-
uses: "actions/checkout@v4"
38+
uses: "actions/checkout@v5"
3939
with:
4040
path: "doc-base"
4141

4242
- name: "Checkout php/doc-${{ matrix.language }}"
43-
uses: "actions/checkout@v4"
43+
uses: "actions/checkout@v5"
4444
with:
4545
path: "${{ matrix.language }}"
4646
repository: "php/doc-${{ matrix.language }}"
4747

4848
- name: "Checkout php/doc-en as fallback"
4949
if: "matrix.language != 'en'"
50-
uses: "actions/checkout@v4"
50+
uses: "actions/checkout@v5"
5151
with:
5252
path: "en"
5353
repository: "php/doc-en"

0 commit comments

Comments
 (0)