peter-evans / dockerhub-description

A GitHub action to update a Docker Hub repository description from README.md
MIT License
333 stars 52 forks source link

Update to node-fetch v3 #89

Open peter-evans opened 1 year ago

peter-evans commented 1 year ago

There seems to be some breaking changes to update to v3. There is an upgrade guide here.

Dependabot cannot auto-bump: https://github.com/peter-evans/dockerhub-description/pull/84

If you would like to help with this issue please make the minimum changes necessary to upgrade.

jbergstroem commented 1 year ago

Perhaps just update to node 18, native fetch and all?

peter-evans commented 1 year ago

@jbergstroem Unfortunately, node-based GitHub actions can only use Node 12 and 16 at the moment. But if 18 becomes available, I will consider that option. Thank you!

See https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing

jbergstroem commented 1 year ago

@jbergstroem Unfortunately, node-based GitHub actions can only use Node 12 and 16 at the moment. But if 18 becomes available, I will consider that option. Thank you!

See docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing

News to me! Thanks for that.