File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5757 repository : ${{github.event.pull_request.head.repo.full_name}}
5858
5959 - name : Setup Node.js environment
60- uses : actions/setup-node@v4
60+ uses : actions/setup-node@v5
6161 with :
6262 node-version-file : ./web/.nvmrc
6363 cache : yarn
8484 repository : ${{github.event.pull_request.head.repo.full_name}}
8585
8686 - name : Setup Node.js environment
87- uses : actions/setup-node@v4
87+ uses : actions/setup-node@v5
8888 with :
8989 node-version-file : ./web/.nvmrc
9090 cache : yarn
@@ -111,7 +111,7 @@ jobs:
111111 repository : ${{github.event.pull_request.head.repo.full_name}}
112112
113113 - name : Setup Node.js environment
114- uses : actions/setup-node@v4
114+ uses : actions/setup-node@v5
115115 with :
116116 node-version-file : ./web/.nvmrc
117117 cache : yarn
@@ -141,7 +141,7 @@ jobs:
141141 repository : ${{github.event.pull_request.head.repo.full_name}}
142142
143143 - name : Setup Node.js environment
144- uses : actions/setup-node@v4
144+ uses : actions/setup-node@v5
145145 with :
146146 node-version-file : ./web/.nvmrc
147147 cache : yarn
Original file line number Diff line number Diff line change 2424 run : go mod download
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v5
2828 with :
2929 cache : yarn
3030 cache-dependency-path : web/yarn.lock
Original file line number Diff line number Diff line change 6969 - name : Checkout
7070 uses : actions/checkout@v5
7171 - name : Setup Node.js environment
72- uses : actions/setup-node@v4
72+ uses : actions/setup-node@v5
7373 with :
7474 node-version-file : ./web/.nvmrc
7575 - name : Build web
You can’t perform that action at this time.
0 commit comments