]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commit
(MODULES-11374) Update GitHub Action Ubuntu runner
authorMichael Hashizume <michael.hashizume@puppet.com>
Fri, 10 Feb 2023 18:02:59 +0000 (10:02 -0800)
committerMichael Hashizume <michael.hashizume@puppet.com>
Fri, 10 Feb 2023 18:05:28 +0000 (10:05 -0800)
commit41a275ee56188ff428175921d45aab4f613bd7b8
tree48fbbbbae5d379ec78d4afa027cfb62fcd23d3c7
parent057188e4ee41406d4981ed328617bf914e733725
(MODULES-11374) Update GitHub Action Ubuntu runner

GitHub is deprecating Ubuntu 18.04 runners on April 1, 2023. This
commit switches all Ubuntu 18.04 runners used in GitHub Actions to
Ubuntu 20.04.

https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

This commit also updates all instances of the actions/checkout@v2
to actions/checkout@v3 in perparation for the former's deprecation
as part of the NodeJS deprecation.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
.github/workflows/auto_release.yml
.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/release.yml
.github/workflows/static_code_analysis.yaml
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
.github/workflows/unit_tests_with_released_puppet_gem.yaml