dotkernel / frontend

DotKernel Frontend Application. Based on Mezzio microframework using Laminas components.
https://v5.dotkernel.net
MIT License
22 stars 5 forks source link

Update Github workflow files to use the latest versions of Github actions #359

Closed alexmerlin closed 1 year ago

alexmerlin commented 1 year ago

https://github.com/dotkernel/frontend/actions/runs/4261385585

While running Github actions, the following warnings are thrown:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2.3.4, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

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/

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/

alexmerlin commented 1 year ago

Fixed in #360