File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
uses : actions/deploy-pages@v4
221
221
222
222
- name : Comment PR with preview link
223
- uses : actions/github-script@v7
223
+ uses : actions/github-script@v8
224
224
with :
225
225
script : |
226
226
const prNumber = context.issue.number;
@@ -328,7 +328,7 @@ jobs:
328
328
uses : actions/deploy-pages@v4
329
329
330
330
- name : Comment PR cleanup completion
331
- uses : actions/github-script@v7
331
+ uses : actions/github-script@v8
332
332
with :
333
333
script : |
334
334
const comment = `🧹 **Preview Cleanup Complete**
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
# }'
160
160
161
161
- name : Comment PR with build info
162
- uses : actions/github-script@v7
162
+ uses : actions/github-script@v8
163
163
with :
164
164
script : |
165
165
const prNumber = context.issue.number;
@@ -333,7 +333,7 @@ jobs:
333
333
done
334
334
335
335
- name : Setup Node.js
336
- uses : actions/setup-node@v4
336
+ uses : actions/setup-node@v5
337
337
with :
338
338
node-version : ' 24'
339
339
@@ -404,7 +404,7 @@ jobs:
404
404
retention-days : 30
405
405
406
406
- name : Comment with visual diff
407
- uses : actions/github-script@v7
407
+ uses : actions/github-script@v8
408
408
with :
409
409
script : |
410
410
const comment = `📸 **Visual Diff Ready!**
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
- name : Checkout git repository
21
21
uses : actions/checkout@v5
22
22
- name : Setup python
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.13"
26
26
- name : Format python code with black
27
27
uses : psf/black@stable
28
- - uses : actions/setup-node@v4
28
+ - uses : actions/setup-node@v5
29
29
with :
30
30
node-version : 24
31
31
cache : " npm"
Original file line number Diff line number Diff line change 91
91
uses : actions/checkout@v5
92
92
93
93
- name : Set up Python
94
- uses : actions/setup-python@v5
94
+ uses : actions/setup-python@v6
95
95
with :
96
96
python-version : ' 3.13'
97
97
@@ -161,7 +161,7 @@ jobs:
161
161
uses : actions/checkout@v5
162
162
163
163
- name : Set up Python
164
- uses : actions/setup-python@v5
164
+ uses : actions/setup-python@v6
165
165
with :
166
166
python-version : ' 3.13'
167
167
@@ -196,7 +196,7 @@ jobs:
196
196
uses : actions/checkout@v5
197
197
198
198
- name : Set up Python
199
- uses : actions/setup-python@v5
199
+ uses : actions/setup-python@v6
200
200
with :
201
201
python-version : ' 3.13'
202
202
@@ -237,7 +237,7 @@ jobs:
237
237
uses : actions/checkout@v5
238
238
239
239
- name : Set up Python
240
- uses : actions/setup-python@v5
240
+ uses : actions/setup-python@v6
241
241
with :
242
242
python-version : ' 3.13'
243
243
Original file line number Diff line number Diff line change 30
30
31
31
- name : Comment on PR if versions are out of sync
32
32
if : failure() && github.event_name == 'pull_request'
33
- uses : actions/github-script@v7
33
+ uses : actions/github-script@v8
34
34
with :
35
35
script : |
36
36
const comment = `🚨 **Version Sync Issue Detected**
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
timeout 60 bash -c 'until curl -f http://localhost:8081/actuator/health 2>/dev/null; do sleep 2; done' || echo "Main version health check failed"
106
106
107
107
- name : Setup Node.js
108
- uses : actions/setup-node@v4
108
+ uses : actions/setup-node@v5
109
109
with :
110
110
node-version : ' 24'
111
111
@@ -164,7 +164,7 @@ jobs:
164
164
path : screenshots/
165
165
166
166
- name : Comment with visual diff
167
- uses : actions/github-script@v7
167
+ uses : actions/github-script@v8
168
168
with :
169
169
script : |
170
170
const comment = `📸 **Visual Diff Available!**
You can’t perform that action at this time.
0 commit comments