OceanGlidersCommunity / Oxygen_SOP

Oxygen Standard Operating Procedure (SOP)
https://oceangliderscommunity.github.io/Oxygen_SOP/README.html
Other
6 stars 21 forks source link

update github actions, prepare for Node16 #254

Closed soerenthomsen closed 1 year ago

soerenthomsen commented 1 year ago

This PR aims to update GitHub actions to get rid of all warnings related to Node16

github-actions[bot] commented 1 year ago

This pull request is being automatically built with GitHub Actions and Netlify. To see the status of your deployment, click below.

🔍 Git commit SHA: 0fa3914492bcf7807f8ae1db66a1c6a54d4685a0 ✅ Deployment Preview URL: https://63b861b46604b2262410a728--oxygensop.netlify.app

soerenthomsen commented 1 year ago

Still produces this 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: styfle/cancel-workflow-action@0.9.1, actions/upload-artifact@v2

soerenthomsen commented 1 year ago

Not clear to me how to get rid of warning related to styfle/cancel-workflow-action@0.9.1 as 0.9.1 is the latest version according to https://github.com/styfle/cancel-workflow-action

soerenthomsen commented 1 year ago

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: actions/checkout@v2, actions/github-script@v4, peter-evans/find-comment@v1, peter-evans/create-or-update-comment@v1

soerenthomsen commented 1 year ago

Not all warnings are gone but will merge for now.