certego / .github

CI repo for Certego DevOps
https://www.certego.net
5 stars 0 forks source link

Deprecation warnings #112

Closed mlodic closed 1 year ago

mlodic commented 1 year ago

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/

The save-state 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/

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: syphar/restore-virtualenv, syphar/restore-pip-download-cache, syphar/restore-virtualenv, syphar/restore-pip-download-cache, syphar/restore-pip-download-cache, syphar/restore-pip-download-cacheShow less  

acocheo commented 1 year ago

Fixed our side.

But problem persists for external actions. In particular in all syphar actions that we use for caching. 4 possibilities @0ssigeno :

acocheo commented 1 year ago

Fix in progress by author