PyPSA / powerplantmatching

Set of tools to combine multiple power plant databases
https://powerplantmatching.readthedocs.io/en/latest/
GNU General Public License v3.0
152 stars 52 forks source link

ci: bump github actions versions #171

Closed afuetterer closed 2 months ago

afuetterer commented 2 months ago

Closes # (if applicable).

Change proposed in this Pull Request

This PR bumps the GitHub Actions versions in your CI workflows. This will get rid of warnings in the annotations like Node.js 16 actions are deprecated, see e.g. : https://github.com/PyPSA/powerplantmatching/actions/runs/9656832310

I did not open an issue first, because the change is trivial. What do you think?

Type of change

Checklist

lkstrp commented 2 months ago

@afuetterer Thank you!

Would you mind having a look to the failed CI? We just need to pass a distribution

afuetterer commented 2 months ago

I see. Actually I did not run the workflow in my fork and just assumed it would work. Sorry for that.

You need to provide a distribution: https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions

Any preferred choice?

afuetterer commented 2 months ago

Awesome, thanks.