File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121 persist-credentials : false
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v5
2424 with :
2525 node-version : 20.x
2626 cache : ' npm'
4141 with :
4242 persist-credentials : false
4343 - name : Setup Node.js
44- uses : actions/setup-node@v4
44+ uses : actions/setup-node@v5
4545 with :
4646 node-version : 20.x
4747 cache : ' npm'
5858 with :
5959 persist-credentials : false
6060 - name : Setup Node.js
61- uses : actions/setup-node@v4
61+ uses : actions/setup-node@v5
6262 with :
6363 node-version : 20.x
6464 cache : ' npm'
8181 with :
8282 persist-credentials : false
8383 - name : Setup Node.js
84- uses : actions/setup-node@v4
84+ uses : actions/setup-node@v5
8585 with :
8686 node-version : 20.x
8787 cache : ' npm'
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 persist-credentials : false
106106 - name : Use Node.js
107- uses : actions/setup-node@v4
107+ uses : actions/setup-node@v5
108108 with :
109109 node-version : 20.x
110110 cache : ' npm'
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 fetch-depth : 0
164164 - name : Setup Node.js
165- uses : actions/setup-node@v4
165+ uses : actions/setup-node@v5
166166 with :
167167 node-version : " lts/*"
168168 cache : ' npm'
You can’t perform that action at this time.
0 commit comments