File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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@v5
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 18.x
2626 cache : ' npm'
4141 with :
4242 persist-credentials : false
4343 - name : Setup Node.js
44- uses : actions/setup-node@v5
44+ uses : actions/setup-node@v6
4545 with :
4646 node-version : 18.x
4747 cache : ' npm'
7676 with :
7777 persist-credentials : false
7878 - name : Setup Node.js ${{ matrix.node }}
79- uses : actions/setup-node@v5
79+ uses : actions/setup-node@v6
8080 with :
8181 node-version : ${{ matrix.node }}
8282 cache : ' npm'
@@ -123,7 +123,7 @@ jobs:
123123 with :
124124 persist-credentials : false
125125 - name : Setup Node.js ${{ matrix.node }}
126- uses : actions/setup-node@v5
126+ uses : actions/setup-node@v6
127127 with :
128128 node-version : ${{ matrix.node }}
129129 cache : ' npm'
@@ -177,7 +177,7 @@ jobs:
177177 with :
178178 fetch-depth : 0
179179 - name : Setup Node.js
180- uses : actions/setup-node@v5
180+ uses : actions/setup-node@v6
181181 with :
182182 node-version : " 18.x"
183183 cache : ' npm'
You can’t perform that action at this time.
0 commit comments