Longi94 / JavaSteam

Java library that provides an interface to directly interact with Valve's Steam servers.
MIT License
96 stars 20 forks source link

Update workflows #284

Closed LossyDragon closed 1 month ago

LossyDragon commented 1 month ago

Description

Pushing recent changes made the workflow fail with a weird error

Run gradle/wrapper-validation-action@v2
Error: Multiple errors returned
Error: Error 0: connect ETIMEDOUT 104.16.72.101:443
Error: Error 1: connect ENETUNREACH 2606:4700::6[8](https://github.com/Longi94/JavaSteam/actions/runs/11113054661/job/30876506783#step:4:9)10:4965:443 - Local (:::0)
Error: Error 2: connect ETIMEDOUT 104.16.73.101:443
Error: Error 3: connect ENETUNREACH 2606:4700::68[10](https://github.com/Longi94/JavaSteam/actions/runs/11113054661/job/30876506783#step:4:11):4865:443 - Local (:::0)

But some of the actions are out of date with some of them having deprecation dates at the tail end of this year. So let's update our workflows and see if that fixes it. 🥲

Checklist