File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
2727 run : vendor/bin/pint --test
2828
2929 - name : Setup Node.js
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : 20.x
3333 cache : ' npm'
@@ -50,12 +50,12 @@ jobs:
5050 runs-on : ubuntu-latest
5151 if : github.event_name == 'pull_request'
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 with :
5555 fetch-depth : 0
5656
5757 - name : Node.js
58- uses : actions/setup-node@v4
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : 20.x
6161 cache : ' npm'
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Label PR by size
1818 uses : codelytv/pr-size-labeler@v1
3030 fail_if_xl : false
3131
3232 - name : Check PR description
33- uses : actions/github-script@v7
33+ uses : actions/github-script@v8
3434 with :
3535 script : |
3636 const pr = context.payload.pull_request;
You can’t perform that action at this time.
0 commit comments