kota65535 / github-openvpn-connect-action

GitHub Action for connecting to OpenVPN server.
MIT License
82 stars 55 forks source link

Github sees this action as a Node v16 action #59

Closed kumichou closed 5 months ago

kumichou commented 5 months ago

When running the action in a Workflow as of 2024-01-24 I receive the following Annotation warning in the results of the Workflow run:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: kota65535/github-openvpn-connect-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Should be pretty straight forward on updating the action to remove the warning. As a matter of fact, PR 56 addresses this.

antmarot commented 5 months ago

Facing the same issue, can we get the PR merged and the version bumped?

kota65535 commented 5 months ago

Hi @kumichou @antmarot, I've released v3. Please try it.