File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7777 uses : actions/checkout@v5
7878
7979 - name : Setup Node.js
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v5
8181 with :
8282 node-version-file : package.json
8383
@@ -110,7 +110,7 @@ jobs:
110110 go-version-file : go.mod
111111
112112 - name : Setup Node.js
113- uses : actions/setup-node@v4
113+ uses : actions/setup-node@v5
114114 with :
115115 node-version-file : package.json
116116
Original file line number Diff line number Diff line change 9292 run : pip install poetry
9393
9494 - name : Setup Node.js
95- uses : actions/setup-node@v4
95+ uses : actions/setup-node@v5
9696 with :
9797 node-version-file : package.json
9898
Original file line number Diff line number Diff line change 6868 uses : actions/checkout@v5
6969
7070 - name : Setup Node.js
71- uses : actions/setup-node@v4
71+ uses : actions/setup-node@v5
7272 with :
7373 node-version-file : package.json
7474
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v5
102102
103103 - name : Setup Node.js
104- uses : actions/setup-node@v4
104+ uses : actions/setup-node@v5
105105 with :
106106 node-version-file : package.json
107107
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 uses : actions/checkout@v5
242242
243243 - name : Setup Node.js
244- uses : actions/setup-node@v4
244+ uses : actions/setup-node@v5
245245 with :
246246 node-version-file : package.json
247247
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v5
3535
3636 - name : Setup Node.js
37- uses : actions/setup-node@v4
37+ uses : actions/setup-node@v5
3838 with :
3939 node-version-file : package.json
4040
Original file line number Diff line number Diff line change 7878 python -m pip install poetry
7979
8080 - name : Setup Node.js
81- uses : actions/setup-node@v4
81+ uses : actions/setup-node@v5
8282 with :
8383 node-version-file : package.json
8484
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v5
3939
4040 - name : Setup Node.js
41- uses : actions/setup-node@v4
41+ uses : actions/setup-node@v5
4242 with :
4343 node-version-file : package.json
4444
@@ -137,7 +137,7 @@ jobs:
137137 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
138138
139139 - name : Setup Node.js
140- uses : actions/setup-node@v4
140+ uses : actions/setup-node@v5
141141 with :
142142 node-version-file : package.json
143143
You can’t perform that action at this time.
0 commit comments