Skip to content

Commit 8b564a3

Browse files
Bump actions/checkout from 6 to 7
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>
1 parent 04f1b41 commit 8b564a3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
matrix: ${{ steps.versions.outputs.matrix }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- uses: antfroger/php-version-action@v1
1717
id: versions
1818

@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
php-version: ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- name: Setup PHP, with composer and extensions
2929
uses: shivammathur/setup-php@v2
3030
with:
@@ -54,6 +54,6 @@ jobs:
5454
name: Markdown
5555
runs-on: ubuntu-24.04
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
- name: markdownlint
5959
uses: DavidAnson/markdownlint-cli2-action@v23

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Yamllint
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Run Yamllint
1919
uses: frenck/action-yamllint@v1.5.0
2020
with:

0 commit comments

Comments
 (0)