jaegertracing / documentation

Documentation/website for the Jaeger Distributed Tracing project.
https://jaegertracing.io/
Apache License 2.0
65 stars 158 forks source link

[Bug]: GitHub Action checkout v3 uses depracated version #715

Closed chamodshehanka closed 3 weeks ago

chamodshehanka commented 2 months ago

What happened?

When every running github action get this warning message due to outdated checkout step

Steps to reproduce

  1. do a change in the code
  2. Go to github action tab

Expected behavior

GitHub Actions should run without any warning

Relevant log output

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

Screenshot

image

Additional context

Documentation repo

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

yurishkuro commented 2 months ago

Instead of fixing this one manually we should enable dependabot for this repo.

chamodshehanka commented 2 months ago

Instead of fixing this one manually we should enable dependabot for this repo.

That will be a good move