[Skiboot] [PATCH] ci: Update github actions to run on Node 16

Frederic Barrat fbarrat at linux.ibm.com
Fri Jan 6 20:22:58 AEDT 2023



On 04/01/2023 20:35, Reza Arbab wrote:
> Github is deprecating Node 12 for actions[1]. Update our workflow from
> using actions/checkout at v2 to v3, which runs on Node 16.
> 
> [1] https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
> 
> Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
> ---


Reviewed-by: Frederic Barrat <fbarrat at linux.ibm.com>

   Fred


>   .github/workflows/build-docs.yml           | 2 +-
>   .github/workflows/docker-builds-checks.yml | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
> index aab47f7dca8e..8a7266d42898 100644
> --- a/.github/workflows/build-docs.yml
> +++ b/.github/workflows/build-docs.yml
> @@ -12,7 +12,7 @@ jobs:
>   
>       steps:
>         - name: Checkout
> -        uses: actions/checkout at v2
> +        uses: actions/checkout at v3
>   
>         - name: Install apt dependencies
>           run: sudo apt-get update &&
> diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
> index 441d420e6ae9..b988f058ec3f 100644
> --- a/.github/workflows/docker-builds-checks.yml
> +++ b/.github/workflows/docker-builds-checks.yml
> @@ -15,7 +15,7 @@ jobs:
>           os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora36, fedora37, fedora-rawhide, docs ]
>   
>       steps:
> -      - uses: actions/checkout at v2
> +      - uses: actions/checkout at v3
>   
>         - name: Create Docker image
>           run: |


More information about the Skiboot mailing list