cristiammercado / cm-backport-pr

Backport from a branch to another using a pull request.
MIT License
2 stars 2 forks source link

Update @actions dependencies to fix set-output issue #2

Open RupertBarrow opened 11 months ago

RupertBarrow commented 11 months ago

Fixes #1

RupertBarrow commented 11 months ago

Hi @cristiammercado , you might consider this PR because Github might soon deprecate set-output, which will break v1.0.0 of your GREAT Github action.

RupertBarrow commented 11 months ago

Fixed obsolete versions of actions/checkout and actions/setup-node used in .github/workflows/tests.yml

RupertBarrow commented 9 months ago

Hi @cristiammercado, I update the test.yml to use Node 18.17, and also the option to run the Github Action manually.