Skip to content

Commit ff78951

Browse files
authored
Merge pull request #21 from pfefferle/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 91b1805 + 9a117f2 commit ff78951

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)