File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 working-directory : website
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030
3131 - name : Setup Node.js
3232 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737
3838 - name : Setup PHP ${{ matrix.php-version }}
3939 uses : shivammathur/setup-php@v2
@@ -57,19 +57,19 @@ jobs:
5757 run : composer install --prefer-dist --no-progress
5858
5959 - name : Checkout WordPress develop
60- uses : actions/checkout@v6
60+ uses : actions/checkout@v7
6161 with :
6262 repository : WordPress/wordpress-develop
6363 path : wordpress-develop
6464
6565 - name : Checkout database-module
66- uses : actions/checkout@v6
66+ uses : actions/checkout@v7
6767 with :
6868 repository : TangibleInc/database-module
6969 path : database-module
7070
7171 - name : Checkout fields
72- uses : actions/checkout@v6
72+ uses : actions/checkout@v7
7373 with :
7474 repository : TangibleInc/fields
7575 path : fields
You can’t perform that action at this time.
0 commit comments