jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.
https://github.com/marketplace/actions/secrets-sync-action
Apache License 2.0
314 stars 93 forks source link

chore(action): update from Node12 to Node16 #82

Closed devenes closed 1 year ago

devenes commented 2 years ago

🚨 Node 12 has an end of life on April 30, 2022.

The GitHub Actions workflow gives the following annotation while running the action:

Node.js 12 actions are deprecated. For more information see: github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12.

This PR updates the default runtime to node16, rather then node12. And resolves Action Gives Deprecation Warning issue #81.

This is supported on all Actions Runners v2.285.0 or later.

Signed-off-by: Enes ahmedenesturan@gmail.com

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Wizardboy92 commented 1 year ago

``

codecov-commenter commented 1 year ago

Codecov Report

Merging #82 (5ab8dc1) into master (1aba261) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files           6        6           
  Lines         130      130           
  Branches       18       18           
=======================================
  Hits          128      128           
  Misses          2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.7.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

Wizardboy92 commented 1 year ago