You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected].
To Reproduce
Steps to reproduce the behavior:
Set up a GitHub Actions workflow using actions/checkout@v3 and yoshi389111/[email protected].
Run the workflow.
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
Desktop (please complete the following information):
OS: Windows 11 Pro
Browser Google Chrome
Version 123.0.6312.123
The text was updated successfully, but these errors were encountered:
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 areactions/checkout@v3
andyoshi389111/[email protected]
.To Reproduce
Steps to reproduce the behavior:
actions/checkout@v3
andyoshi389111/[email protected]
.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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: