GitHub Actions: All Actions will run on Node16 instead of Node12 by default
Closed this issue · 0 comments
jongwooo commented
Description:
proposal: Update workflow with latest versions of the actions which runs on Node16
-
actions/cache@v1
->actions/cache@v3
-
codecov/codecov-action@v1
->codecov/codecov-action@v3
Why:
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1
, codecov/codecov-action@v1
. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/