Closed KMK-Git closed 1 year ago
Update:
- The
actions/checkout
update is trivial since we just need to changeactions/checkout@v2
toactions/checkout@v3
The checkout
GitHub Action still needs to be updated to v3. (Cc: @KartikSoneji)
- The
Eomm/why-don-t-you-tweet
update is more complicated since the action doesn't have an updated version with node 16+ as of now. There is an open issue in the action's repo https://github.com/Eomm/why-don-t-you-tweet/issues/64
This has fortunately been fixed and we don't need to make any changes.
Screenshot from https://github.com/OurTechCommunity/catchup/actions/runs/3303128628
Current scenario:
actions/checkout
needs to be updated in all workflow files.Eomm/why-don-t-you-tweet
needs to be updated in the twitter workflow files.Fixes:
actions/checkout
update is trivial since we just need to changeactions/checkout@v2
toactions/checkout@v3
Eomm/why-don-t-you-tweet
update is more complicated since the action doesn't have an updated version with node 16+ as of now. There is an open issue in the action's repo https://github.com/Eomm/why-don-t-you-tweet/issues/64Deadline: From https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/