irgaly / xcode-cache

A GitHub Action to store Xcode's Build Cache for incremental build on CI
Other
29 stars 2 forks source link

Update node to v20 warning #57

Closed biodranik closed 5 months ago

biodranik commented 5 months ago

@irgaly hi! Why we see the following warning in our actions, and how to resolve it?

 Build iOS (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: irgaly/xcode-cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
irgaly commented 5 months ago

Thank you for your feedback!

I have migrated xcode-cache to use node20 runtime, and released it as v1.7.2. xcode-cache@v1 will automatically point v1.7.2, so please re-run your workflow and check the warning has been disappeared.

biodranik commented 5 months ago

Thank you, it works fine now!