riscy / melpazoid

A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.
GNU General Public License v3.0
79 stars 17 forks source link

Deprecated warnings for melpazoid actions #21

Open deusmax opened 1 year ago

deusmax commented 1 year ago

The following warnings are produced when running GitHub actions using the current melpazoid.yml:

  1. Node.js version warning

    build 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: actions/checkout@v2, actions/setup-python@v1

  2. Environment Files upgrade:

    The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

riscy commented 1 year ago

Thank you for opening this, and I apologize for how long it's taken to write you back. This definitely needs a fix. I'll mark it as an enhancement to do.