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

ci: bump actions to silence node12 warnings #377

Merged
merged 1 commit into from
Oct 6, 2023

Commits on Oct 6, 2023

  1. ci: bump actions to silence node12 warnings

    As of [June 2023][1], GitHub no longer uses node v12 within its actions
    runner by default.  They have been encouraging action authors to switch
    to node v16 and [encouraging users][2] to use the new versions of the
    actions when they become available, with the intent on removing node v12
    sometime in the near future.
    
    Bump the versions of the affected actions to bring this in line.
    
    [1]: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
    [2]: https://github.com/codeready-toolchain/host-operator/actions/runs/6421632076
    
    Signed-off-by: Andy Sadler <ansadler@redhat.com>
    sadlerap committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    41c80bd View commit details
    Browse the repository at this point in the history