Skip to content

Commit ddc0fc7

Browse files
authored
Merge pull request #46 from arnested/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 04f1b41 + 8b564a3 commit ddc0fc7

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)