Skip to content

Commit a33f2e8

Browse files
deps(actions): bump actions/checkout (#71)
Bumps the github-actions-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e975083 commit a33f2e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- maximum_supported_matomo
5050

5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
with:
5454
lfs: true
5555
persist-credentials: false
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-24.04
6868

6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@v7
7171
with:
7272
lfs: true
7373
persist-credentials: false

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
lfs: false
2626
persist-credentials: false

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424

2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
lfs: false
2929
persist-credentials: false
@@ -34,7 +34,7 @@ jobs:
3434
php-version: '8.1'
3535

3636
- name: Check out github-action-tests repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
repository: matomo-org/github-action-tests
4040
ref: main

0 commit comments

Comments
 (0)