From b04d16c95ba62dca921e8100ec41e4c92812c460 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Mon, 11 Sep 2023 12:11:33 +0200 Subject: [PATCH] CI: Downgrade checkout action to v3 for Linux container actions/checkout@v4 uses Node.js 20, requiring GLIBC 2.28, GLIBCXX 3.4.21 and CXXABI 1.3.9 which CentOS 7 doesn't have --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49faec1f4..7933a79f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,9 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true - show-progress: false - name: Generate Patreon List env: