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 77
77
uses : actions/checkout@v5
78
78
79
79
- name : Setup Node.js
80
- uses : actions/setup-node@v4
80
+ uses : actions/setup-node@v5
81
81
with :
82
82
node-version-file : package.json
83
83
@@ -110,7 +110,7 @@ jobs:
110
110
go-version-file : go.mod
111
111
112
112
- name : Setup Node.js
113
- uses : actions/setup-node@v4
113
+ uses : actions/setup-node@v5
114
114
with :
115
115
node-version-file : package.json
116
116
Original file line number Diff line number Diff line change 92
92
run : pip install poetry
93
93
94
94
- name : Setup Node.js
95
- uses : actions/setup-node@v4
95
+ uses : actions/setup-node@v5
96
96
with :
97
97
node-version-file : package.json
98
98
Original file line number Diff line number Diff line change 68
68
uses : actions/checkout@v5
69
69
70
70
- name : Setup Node.js
71
- uses : actions/setup-node@v4
71
+ uses : actions/setup-node@v5
72
72
with :
73
73
node-version-file : package.json
74
74
@@ -101,7 +101,7 @@ jobs:
101
101
uses : actions/checkout@v5
102
102
103
103
- name : Setup Node.js
104
- uses : actions/setup-node@v4
104
+ uses : actions/setup-node@v5
105
105
with :
106
106
node-version-file : package.json
107
107
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241
241
uses : actions/checkout@v5
242
242
243
243
- name : Setup Node.js
244
- uses : actions/setup-node@v4
244
+ uses : actions/setup-node@v5
245
245
with :
246
246
node-version-file : package.json
247
247
Original file line number Diff line number Diff line change 34
34
uses : actions/checkout@v5
35
35
36
36
- name : Setup Node.js
37
- uses : actions/setup-node@v4
37
+ uses : actions/setup-node@v5
38
38
with :
39
39
node-version-file : package.json
40
40
Original file line number Diff line number Diff line change 78
78
python -m pip install poetry
79
79
80
80
- name : Setup Node.js
81
- uses : actions/setup-node@v4
81
+ uses : actions/setup-node@v5
82
82
with :
83
83
node-version-file : package.json
84
84
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@v5
39
39
40
40
- name : Setup Node.js
41
- uses : actions/setup-node@v4
41
+ uses : actions/setup-node@v5
42
42
with :
43
43
node-version-file : package.json
44
44
@@ -137,7 +137,7 @@ jobs:
137
137
name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
138
138
139
139
- name : Setup Node.js
140
- uses : actions/setup-node@v4
140
+ uses : actions/setup-node@v5
141
141
with :
142
142
node-version-file : package.json
143
143
You can’t perform that action at this time.
0 commit comments