File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 name : PHP ${{ matrix.php-version }} / ${{ matrix.component }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - name : Use PHP ${{ matrix.php-version }}
2626 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : ' Dependency Review'
2020 uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 1616 deps : ['low', 'high']
1717 name : PHP ${{ matrix.php-version }} (${{ matrix.deps }})
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Use PHP ${{ matrix.php-version }}
2121 uses : shivammathur/setup-php@v2
2222 with :
4040 runs-on : ubuntu-latest
4141 name : PHPStan
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - name : Use PHP 8.2
4545 uses : shivammathur/setup-php@v2
4646 with :
5555 runs-on : ubuntu-latest
5656 name : PHP CS Fixer
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 - name : Use PHP 8.2
6060 uses : shivammathur/setup-php@v2
6161 with :
Original file line number Diff line number Diff line change 5252 - TomTom
5353 - Yandex
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - name : Use PHP ${{ matrix.php-version }}
5757 uses : shivammathur/setup-php@v2
5858 with :
Original file line number Diff line number Diff line change 1919 name : Subtree for Common
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
2525 fetch-depth : 0
3333 name : Subtree for Http
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 with :
3838 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
3939 fetch-depth : 0
4747 name : Subtree for Plugin
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 with :
5252 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
5353 fetch-depth : 0
@@ -101,7 +101,7 @@ jobs:
101101 - { folder: TomTom, repository: tomtom-provider }
102102 - { folder: Yandex, repository: yandex-provider }
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 with :
106106 token : ${{ secrets.SUBTREE_GITHUB_TOKEN }}
107107 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments