bitovi / github-actions-storybook-to-github-pages

Deploy a Storybook build to GitHub Pages
MIT License
34 stars 5 forks source link

Node.js 16 actions are deprecated #9

Closed thenick775 closed 7 months ago

thenick775 commented 7 months ago

Some simple updates would fix this warning when using this awesome plugin:

Screenshot 2024-02-25 at 7 38 12 PM

Example:

I'll attempt to make a pr as I'm available if a maintainer can't get to it first!

LeoDiazL commented 7 months ago

Hi @thenick775 ! thanks for submitting the issue! I created a branch to update that and the other child actions that are being used. Will be testing it later today, but if you want to pick it up and test it yourself, feel free to use the action by setting the branch instead of the version.

Something like this: uses: bitovi/github-actions-storybook-to-github-pages@upgrade-child-actions

If you are able to test it, please share your results!

thenick775 commented 7 months ago

@LeoDiazL my apologies on the delay, tested and working on my side!

No annotations present when using the branch above 😎