Skip to content

Commit 70e9ff9

Browse files
authored
Merge branch 'master' into patch-2
2 parents 1747885 + 937e06b commit 70e9ff9

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: dcarbone
2+
ko_fi: dcarbone

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'
7+
assignees:
8+
- 'dcarbone'
9+
groups:
10+
github-actions:
11+
applies-to: version-updates
12+
patterns:
13+
- '*'
14+
15+
- package-ecosystem: 'composer'
16+
directory: '/'
17+
schedule:
18+
interval: 'weekly'
19+
assignees:
20+
- 'dcarbone'
21+
22+
groups:
23+
composer:
24+
applies-to: version-updates
25+
patterns:
26+
- '*'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
name: 'Tests - PHP ${{ matrix.php-version }}'
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- uses: shivammathur/setup-php@v2
5050
with:
5151
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)