From 0867603dc8b01945de3e300e48db86d78cb2575d Mon Sep 17 00:00:00 2001 From: Howard Holm Date: Mon, 8 May 2023 07:05:35 -0400 Subject: [PATCH] Update CI (#115) * Update build.yml Add Ubuntu versions and most importantly update actions/checkout to v3 in advance of NodeJS deprecation. * Update coverage.yml Update actions/checkout to v3 in advance of NodeJS deprecation. * Update build.yml --- .github/workflows/build.yml | 4 +++- .github/workflows/coverage.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fedb792..220102c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,11 @@ jobs: - debian:testing - debian:latest - ubuntu:rolling + - ubuntu:lunar - ubuntu:jammy - ubuntu:focal - ubuntu:bionic + - ubuntu:kinetic stable: [true] include: - os: fedora:rawhide @@ -27,7 +29,7 @@ jobs: - os: ubuntu:devel stable: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Show OS information run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 32db2dc..f85d404 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Show OS information run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available