File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60
60
61
61
- name : Set up PHP with PECL extension
62
- uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
62
+ uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2
63
63
with :
64
64
php-version : ${{ matrix.php }}
65
65
coverage : xdebug
Original file line number Diff line number Diff line change 63
63
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
64
64
65
65
- name : Set up PHP
66
- uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
66
+ uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2
67
67
with :
68
68
php-version : ${{ matrix.php }}
69
69
coverage : xdebug
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Run Sloth
34
- uses : lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # 0.2.0
34
+ uses : lendable/sloth@6d497936ec6468ac10ea587b46ac96f8fd7843bf # 0.2.1
35
35
with :
36
36
token : ${{ secrets.GITHUB_TOKEN }}
37
37
interval : 10
You can’t perform that action at this time.
0 commit comments