aci-deploy icon indicating copy to clipboard operation
aci-deploy copied to clipboard

Upgrade to node16 + stop using the "set-output" command

Open spewu opened this issue 2 years ago • 3 comments

Hi there

Just raising this, as it does not look like there is already an issue for this, but I am getting two warnings in my actions that use aci-deploy:

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: Azure/aci-deploy
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/

It would be nice if someone could make sure aci-deploy is updated, to we can get rid of these warnings 😅

Thanks!

spewu avatar Oct 28 '22 13:10 spewu

Thanks @spewu, we have acknowledged this issue and are working on it.

BALAGA-GAYATRI avatar Nov 07 '22 04:11 BALAGA-GAYATRI

Noticing these messages as well in some workflows involving azure/aci-deploy.

djdefi avatar Feb 22 '23 02:02 djdefi

Now the message has changed to:

The following actions uses node12 which is deprecated and will be forced to run on node16: azure/aci-deploy@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

scott-doyland-burrows avatar Sep 22 '23 10:09 scott-doyland-burrows