File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v5
3030 with :
3131 node-version : ' 20'
3232
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v5
114114
115115 - name : Extract PR metadata
116116 id : metadata
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 node-version : [18.x, 20.x, 22.x]
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424
You can’t perform that action at this time.
0 commit comments