Updated the GitHub Actions workflow to use actions/checkout@v4 for improved stability and features.
Updated actions/setup-node@v4 to ensure compatibility with Node.js version 16 and specified registry URL.
Reason for the Change :
This update ensures that our CI pipeline remains up-to-date with the latest improvements and fixes provided by GitHub Actions. By migrating to newer versions of actions/checkout and actions/setup-node, aim to enhance the reliability and performance of build and deployment processes. @viferga
Changes Made :
Updated the GitHub Actions workflow to use actions/checkout@v4 for improved stability and features. Updated actions/setup-node@v4 to ensure compatibility with Node.js version 16 and specified registry URL. Reason for the Change : This update ensures that our CI pipeline remains up-to-date with the latest improvements and fixes provided by GitHub Actions. By migrating to newer versions of actions/checkout and actions/setup-node, aim to enhance the reliability and performance of build and deployment processes. @viferga