yoshi389111 / github-profile-3d-contrib

This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
MIT License
1.12k stars 184 forks source link

Deprecation Warning for Node.js 16 in GitHub Actions: Update Required #77

Open jagaldol opened 7 months ago

jagaldol commented 7 months ago

Describe the bug When running GitHub Actions with the generate-github-profile-3d-contrib workflow, there is a deprecation warning indicating that Node.js 16 actions are deprecated. The recommendation is to update to Node.js 20. The specific actions mentioned in the warning are actions/checkout@v3 and yoshi389111/github-profile-3d-contrib@0.7.1.

To Reproduce Steps to reproduce the behavior:

  1. Set up a GitHub Actions workflow using actions/checkout@v3 and yoshi389111/github-profile-3d-contrib@0.7.1.
  2. Run the workflow.
  3. Observe the deprecation warning in the GitHub Actions log.

Expected behavior The GitHub Actions workflow should run without deprecation warnings. Updating the underlying Node.js version used by the actions to Node.js 20 is expected to resolve the warning.

Screenshots image

Desktop (please complete the following information):

Tech-Fear commented 6 months ago

I have already updated the following and created pull request. If accepted it will be fixed

TWiStErRob commented 2 months ago

There are two PRs open for this: