Skip to content

Commit 9a117f2

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 91b1805 commit 9a117f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: sudo apt-get update && sudo apt-get install -y subversion
5050

5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353

5454
- name: Setup PHP
5555
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)