File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
4343
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747
4848 - name : Setup PHP
4949 uses : shivammathur/setup-php@v2
9494 name : Vitest (npm)
9595 runs-on : ubuntu-latest
9696 steps :
97- - uses : actions/checkout@v6
97+ - uses : actions/checkout@v7
9898
9999 - uses : actions/setup-node@v6
100100 with :
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112
113113 steps :
114- - uses : actions/checkout@v6
114+ - uses : actions/checkout@v7
115115
116116 - uses : shivammathur/setup-php@v2
117117 with :
@@ -126,7 +126,7 @@ jobs:
126126 name : PHPStan
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v6
129+ - uses : actions/checkout@v7
130130
131131 - uses : shivammathur/setup-php@v2
132132 with :
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
4545 with :
4646 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4747 fetch-depth : 0
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments