File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 - name : Setup PHP
4444 uses : shivammathur/setup-php@v2
9999
100100 steps :
101101 - name : Checkout code
102- uses : actions/checkout@v6
102+ uses : actions/checkout@v7
103103 with :
104104 token : ${{ secrets.GITHUB_TOKEN }}
105105 fetch-depth : 0
@@ -141,7 +141,7 @@ jobs:
141141
142142 steps :
143143 - name : Checkout code
144- uses : actions/checkout@v6
144+ uses : actions/checkout@v7
145145
146146 - name : Setup PHP
147147 uses : shivammathur/setup-php@v2
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Checkout code
164- uses : actions/checkout@v6
164+ uses : actions/checkout@v7
165165
166166 - name : Setup PHP
167167 uses : shivammathur/setup-php@v2
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 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0 # Required to get full history and tag message
2626
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 # Required to get all tags and history
2424
You can’t perform that action at this time.
0 commit comments