File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 ref : main
2020 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2828 working-directory : ./docs
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3434 - name : Setup Node
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.head_ref }}
2121
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 5
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Setup PHP
3838 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 ref : main
2020
You can’t perform that action at this time.
0 commit comments