From d4ff2a7d1de8661ee6a53905915d039a37d99e15 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sun, 18 Feb 2024 15:40:57 +0000 Subject: [PATCH] CI: Update to use current builtin actions Older actions use deprecated node12, so update to avoid the warning. --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5fc205f..b447858 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: package install run: ./ci_prereq.sh