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 3030 with :
3131 fetch-depth : 0
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v3
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 - id : get-repo-values
3939 url=https://$(echo "${{github.repository}}" | sed "s/\//.github.io\//")
4040 echo "url=$url" >> $GITHUB_OUTPUT
4141 - name : Update package.json homepage
42- uses : jossef/action-set-json-field@v1
42+ uses : jossef/action-set-json-field@v2.1
4343 with :
4444 file : package.json
4545 field : homepage
@@ -134,14 +134,14 @@ jobs:
134134 # echo "</body></html>" >> ./dist/index.html
135135 # Deploy
136136 - name : Setup Pages
137- uses : actions/configure-pages@v3
137+ uses : actions/configure-pages@v5
138138 if : ${{ !cancelled() }}
139139 - name : Upload artifact
140- uses : actions/upload-pages-artifact@v2
140+ uses : actions/upload-pages-artifact@v3
141141 if : ${{ !cancelled() }}
142142 with :
143143 path : " dist/"
144144 - name : Deploy to GitHub Pages
145145 id : deployment
146- uses : actions/deploy-pages@v2
146+ uses : actions/deploy-pages@v4
147147 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments