Skip to content

Commit 34e2bfd

Browse files
committed
update CI
2 parents 656a922 + f30c967 commit 34e2bfd

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ updates:
66
directory: '/'
77
schedule:
88
interval: 'weekly'
9+
labels:
10+
- 'maintenance'
911
open-pull-requests-limit: 3

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
-
1919
name: 'Checkout'
20-
uses: 'actions/checkout@v3'
20+
uses: 'actions/checkout@v3.3.0'
2121
-
2222
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
23-
uses: 'shivammathur/setup-php@v2'
23+
uses: 'shivammathur/setup-php@2.24.0'
2424
with:
2525
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
2626
coverage: 'none'
@@ -29,7 +29,7 @@ jobs:
2929
run: 'echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
3030
-
3131
name: 'Composer install'
32-
uses: 'ramsey/composer-install@v1'
32+
uses: 'ramsey/composer-install@2.2.0'
3333
with:
3434
dependency-versions: 'highest'
3535
-
@@ -52,10 +52,10 @@ jobs:
5252
steps:
5353
-
5454
name: 'Checkout'
55-
uses: 'actions/checkout@v3'
55+
uses: 'actions/checkout@v3.3.0'
5656
-
5757
name: 'Setup PHP ${{ matrix.php-version }}'
58-
uses: 'shivammathur/setup-php@v2'
58+
uses: 'shivammathur/setup-php@2.24.0'
5959
with:
6060
php-version: '${{ matrix.php-version }}'
6161
coverage: 'none'
@@ -64,7 +64,7 @@ jobs:
6464
run: 'echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
6565
-
6666
name: 'Composer install'
67-
uses: 'ramsey/composer-install@v1'
67+
uses: 'ramsey/composer-install@2.2.0'
6868
with:
6969
dependency-versions: 'highest'
7070
-
@@ -79,10 +79,10 @@ jobs:
7979
steps:
8080
-
8181
name: 'Checkout'
82-
uses: 'actions/checkout@v3'
82+
uses: 'actions/checkout@v3.3.0'
8383
-
8484
name: 'Setup PHP ${{ env.CONSISTENCE_PHP_VERSION }}'
85-
uses: 'shivammathur/setup-php@v2'
85+
uses: 'shivammathur/setup-php@2.24.0'
8686
with:
8787
php-version: '${{ env.CONSISTENCE_PHP_VERSION }}'
8888
coverage: 'none'
@@ -92,7 +92,7 @@ jobs:
9292
run: 'echo "::add-matcher::${{ runner.tool_cache }}/php.json"'
9393
-
9494
name: 'Composer install'
95-
uses: 'ramsey/composer-install@v1'
95+
uses: 'ramsey/composer-install@2.2.0'
9696
with:
9797
dependency-versions: 'highest'
9898
-
@@ -118,10 +118,10 @@ jobs:
118118
steps:
119119
-
120120
name: 'Checkout'
121-
uses: 'actions/checkout@v3'
121+
uses: 'actions/checkout@v3.3.0'
122122
-
123123
name: 'Setup PHP ${{ matrix.php-version }}'
124-
uses: 'shivammathur/setup-php@v2'
124+
uses: 'shivammathur/setup-php@2.24.0'
125125
with:
126126
php-version: '${{ matrix.php-version }}'
127127
coverage: 'xdebug'
@@ -133,7 +133,7 @@ jobs:
133133
run: 'echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"'
134134
-
135135
name: 'Composer install'
136-
uses: 'ramsey/composer-install@v1'
136+
uses: 'ramsey/composer-install@2.2.0'
137137
with:
138138
dependency-versions: '${{ matrix.composer-dependencies }}'
139139
-
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
-
159159
name: 'Finish Coveralls upload'
160-
uses: 'coverallsapp/github-action@1.1.3'
160+
uses: 'coverallsapp/github-action@v1.2.4'
161161
with:
162162
github-token: '${{ secrets.GITHUB_TOKEN }}'
163163
parallel-finished: true

0 commit comments

Comments
 (0)