Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move action using node12 to a newer version #3722

Merged
merged 2 commits into from
Apr 13, 2024
Merged

Commits on Dec 28, 2023

  1. Move action using node12 to a newer version

    Node12 has been out of support since April 2022. As a result GH has started the
    deprecation process of Node12 for GitHub Actions by migrating all actions to run
    on Node16 ([read
    more](https://github.blog/changelog/2023-07-17-github-actions-removal-of-node12-from-the-actions-runner/)).
    The `softprops/action-gh-release` action's version which we used in the
    `build.yml` workflow was running on Node12. But a newer version (`v0.1.15`) of
    the action is run on Node16. We're swithing to using that newer version. This
    should make `The following actions uses node12 which is deprecated and will be
    forced to run on node16: softprops/action-gh-release@1e07f4...` annotation
    disappear from the details of the workflow runs.
    
    The upgrade may also remove the `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/`
    annotation.
    michalinacienciala committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    65bb257 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Bump softprops/action-gh-release to latest

    This bumps underlying Node to 0.20, which is the current LTS release through 2026.
    Shadowfiend committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3d1c7ea View commit details
    Browse the repository at this point in the history