Skip to content

Scheduled Versions verification #17

Scheduled Versions verification

Scheduled Versions verification #17

Triggered via schedule May 1, 2024 00:53
Status Failure
Total duration 52s
Artifacts

update.yml

on: schedule
check-versions
44s
check-versions
check-dockerfile
33s
check-dockerfile
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
check-versions
There is a failed process.
check-versions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/create-pr-action@v2.1.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-versions
>> fatal: refusing to merge unrelated histories
check-versions
>> Traceback (most recent call last):
check-versions
>> File "<string>", line 1, in <module>
check-versions
>> File "/usr/lib/python3.10/json/__init__.py", line 293, in load
check-versions
>> return loads(fp.read(),
check-versions
>> File "/usr/lib/python3.10/json/__init__.py", line 346, in loads
check-versions
>> return _default_decoder.decode(s)
check-versions
>> File "/usr/lib/python3.10/json/decoder.py", line 337, in decode
check-versions
>> obj, end = self.raw_decode(s, idx=_w(s, 0).end())
check-versions
>> File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode