deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Try get CI back on track #850

Open deivid-rodriguez opened 2 months ago

AlexWayfer commented 2 months ago

I'd like to help (and get a new release), but I'm not sure how.

I've found the issue reporting our error: https://github.com/actions/checkout/issues/1828

Also I've noticed that we're using actions/checkout@v2, while there is already v4. Maybe it's upgrading would help.

deivid-rodriguez commented 1 month ago

Thank you! Let me check.

deivid-rodriguez commented 1 month ago

Downgrading to actions/checkout@v1 indeed gets things running at least. There's a few other issues, I'll resume work on that tomorrow.

AlexWayfer commented 1 month ago

Thank you very much.

I don't know why we should downgrade this basic GH action… seems weird (from their side).

But I'm glad you have the progress and plans to release a new version.

deivid-rodriguez commented 1 month ago

I don't know why we should downgrade this basic GH action… seems weird (from their side).

Yeah, just a workaround to get us back on track but hope to find a better way soon.