documentation icon indicating copy to clipboard operation
documentation copied to clipboard

GitHub Action Checkout step version upgraded to v4

Open chamodshehanka opened this issue 8 months ago • 1 comments

Which problem is this PR solving?

Node.js 16 actions are deprecated therefore I upgraded github action action checkout step to latest version of v4 Closes: https://github.com/jaegertracing/documentation/issues/715 Screenshot 2024-06-18 at 12 39 17

Description of the changes

  • Node.js 16 actions are deprecated. with this upgrade, deprecated warning will go away

How was this change tested?

  • Tested on GitHub Action run

Checklist

  • [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
  • [ ] I have signed all commits
  • [ ] I have added unit tests for the new functionality
  • [ ] I have run lint and test steps successfully
    • for jaeger: make lint test
    • for jaeger-ui: yarn lint and yarn test

chamodshehanka avatar Jun 18 '24 07:06 chamodshehanka