File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: facades
33on :
44 push :
55 branches :
6- - ' master'
6+ - " master"
77
88jobs :
99 update :
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2222 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} (w/ ${{ matrix.stability }})
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626
2727 - name : Setup PHP
2828 uses : shivammathur/setup-php@v2
3434 coverage : none
3535
3636 - name : Set Minimum PHP 8.1 Versions
37- uses : nick-invision/retry@v1
37+ uses : nick-invision/retry@v3
3838 with :
3939 timeout_minutes : 5
4040 max_attempts : 5
4444 if : matrix.php >= 8.1 && matrix.stability == 'prefer-lowest'
4545
4646 - name : Set Minimum PHP 8.2 Versions
47- uses : nick-invision/retry@v1
47+ uses : nick-invision/retry@v3
4848 with :
4949 timeout_minutes : 5
5050 max_attempts : 5
5353 if : matrix.php >= 8.2 && matrix.stability == 'prefer-lowest'
5454
5555 - name : Set Minimum PHP 8.2 Versions and Laravel > 11
56- uses : nick-invision/retry@v1
56+ uses : nick-invision/retry@v3
5757 with :
5858 timeout_minutes : 5
5959 max_attempts : 5
@@ -62,14 +62,14 @@ jobs:
6262 if : matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
6363
6464 - name : Set Laravel version
65- uses : nick-invision/retry@v1
65+ uses : nick-invision/retry@v3
6666 with :
6767 timeout_minutes : 5
6868 max_attempts : 5
6969 command : composer require "laravel/framework=^${{ matrix.laravel }}" --no-interaction --no-update
7070
7171 - name : Install dependencies
72- uses : nick-invision/retry@v1
72+ uses : nick-invision/retry@v3
7373 with :
7474 timeout_minutes : 5
7575 max_attempts : 5
You can’t perform that action at this time.
0 commit comments