File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 node-version : [18.x, 20.x]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : ' npm'
@@ -41,12 +41,12 @@ jobs:
4141 runs-on : ubuntu-latest
4242 if : github.event_name == 'pull_request'
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747
4848 - name : Node.js
49- uses : actions/setup-node@v4
49+ uses : actions/setup-node@v6
5050 with :
5151 node-version : 20.x
5252 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