File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v6
1818
1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
5454
5555 steps :
5656 - name : Checkout code
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v6
5858
5959 - name : Setup PHP
6060 uses : shivammathur/setup-php@v2
7878 needs : [ test ]
7979 steps :
8080 - name : Coveralls Finished
81- uses : coverallsapp/github-action@master
81+ uses : coverallsapp/github-action@v2
8282 with :
8383 github-token : ${{ secrets.GITHUB_TOKEN }}
8484 parallel-finished : true
8787 runs-on : ubuntu-latest
8888 needs : [ test, upload-coverage ]
8989 steps :
90- - uses : actions/checkout@v3
91- - uses : actions/setup-node@v3
90+ - uses : actions/checkout@v6
91+ - uses : actions/setup-node@v6
9292 with :
9393 node-version : ' lts/*'
9494
You can’t perform that action at this time.
0 commit comments