Skip to content

Commit a6e6571

Browse files
Bump actions/checkout from 6 to 7 (#306)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ca082b commit a6e6571

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@v6"
38+
uses: "actions/checkout@v7"
3939
with:
4040
path: "doc-base"
4141

4242
- name: "Checkout php/doc-${{ matrix.language }}"
43-
uses: "actions/checkout@v6"
43+
uses: "actions/checkout@v7"
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@v6"
50+
uses: "actions/checkout@v7"
5151
with:
5252
path: "en"
5353
repository: "php/doc-en"

0 commit comments

Comments
 (0)