derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

Node.js 12 depreciation warning #45

Closed ReenigneArcher closed 1 year ago

ReenigneArcher commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

GitHub is attaching warning to all jobs using Node.js 12 actions.

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: derberg/copy-files-to-other-repositories

How to Reproduce

Steps to reproduce the issue. Attach all resources that can help us understand the issue:

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Expected behavior

A clear and concise description of what you expected to happen.

derberg commented 1 year ago

thanks for the heads up. I will upgrade Nodejs when I will be working on https://github.com/derberg/copy-files-to-other-repositories/issues/46#issuecomment-1341700174

derberg commented 1 year ago

I opened a PR to get this done finally https://github.com/derberg/copy-files-to-other-repositories/pull/48