Skip to content

Commit 3909dc3

Browse files
authored
Merge pull request #725 from sabre-io/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 90f3757 + 0ddabb7 commit 3909dc3

File tree

4 files changed

+103
-204
lines changed

4 files changed

+103
-204
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sabre/xml" : "^3.0 || ^4.0"
3939
},
4040
"require-dev" : {
41-
"friendsofphp/php-cs-fixer": "^3.75",
41+
"friendsofphp/php-cs-fixer": "^3.87",
4242
"phpunit/phpunit" : "^9.6",
4343
"phpunit/php-invoker" : "^2.0 || ^3.1",
4444
"phpstan/phpstan": "^2.1"

tests/VObject/Component/VAvailabilityTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ protected function template(array $properties)
435435
436436
END:VAVAILABILITY
437437
END:VCALENDAR
438-
VCAL
439-
,
438+
VCAL,
440439
$properties
441440
);
442441
}
@@ -459,8 +458,7 @@ protected function templateAvailable(array $properties)
459458
END:AVAILABLE
460459
END:VAVAILABILITY
461460
END:VCALENDAR
462-
VCAL
463-
,
461+
VCAL,
464462
$properties
465463
);
466464
}

0 commit comments

Comments
 (0)