Skip to content

Commit 2dbeaed

Browse files
committed
Merge remote-tracking branch 'origin/main' into mowangjuanzi-patch-1
2 parents 2b43ad4 + 6be1fb8 commit 2dbeaed

18 files changed

+470
-235
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly

.github/workflows/formats.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.composer/cache/files
2727
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
php-version: ${{ matrix.php }}
3333
extensions: dom, mbstring, zip
34-
tools: prestissimo
3534
coverage: pcov
3635

3736
- name: Install Composer dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.composer/cache/files
2626
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)