OurTechCommunity / catchup

The OTC CatchUp web app and workflows.
https://catchup.ourtech.community
MIT License
15 stars 9 forks source link

bugfix: Update actions dependent on deprecated versions of node #107

Closed KMK-Git closed 1 year ago

KMK-Git commented 2 years ago

Screenshot of workflow Screenshot from https://github.com/OurTechCommunity/catchup/actions/runs/3303128628

Current scenario:

Fixes:

Deadline: From https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

We plan to migrate all actions to run on Node16 by Summer 2023

HarshKapadia2 commented 1 year ago

Update:

  • The actions/checkout update is trivial since we just need to change actions/checkout@v2 to actions/checkout@v3

The checkout GitHub Action still needs to be updated to v3. (Cc: @KartikSoneji)

This has fortunately been fixed and we don't need to make any changes.