File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v5
2626
2727 - name : Setup Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v5
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 cache : ' npm'
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Setup Node.js
106- uses : actions/setup-node@v4
106+ uses : actions/setup-node@v5
107107 with :
108108 node-version : ' 18'
109109 cache : ' npm'
@@ -149,7 +149,7 @@ jobs:
149149 uses : actions/checkout@v5
150150
151151 - name : Setup Node.js
152- uses : actions/setup-node@v4
152+ uses : actions/setup-node@v5
153153 with :
154154 node-version : ' 18'
155155 cache : ' npm'
@@ -194,7 +194,7 @@ jobs:
194194 uses : actions/checkout@v5
195195
196196 - name : Setup Node.js
197- uses : actions/setup-node@v4
197+ uses : actions/setup-node@v5
198198 with :
199199 node-version : ' 18'
200200 cache : ' npm'
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535
3636 - name : Setup Node.js
37- uses : actions/setup-node@v4
37+ uses : actions/setup-node@v5
3838 with :
3939 node-version : ' 18'
4040 cache : ' npm'
@@ -119,7 +119,7 @@ jobs:
119119 token : ${{ secrets.GITHUB_TOKEN }}
120120
121121 - name : Setup Node.js
122- uses : actions/setup-node@v4
122+ uses : actions/setup-node@v5
123123 with :
124124 node-version : ' 18'
125125 cache : ' npm'
You can’t perform that action at this time.
0 commit comments