From 895b44a525bb698aa9076b963037f53071d5c76b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 16 Dec 2024 11:41:07 -0500 Subject: [PATCH] github: use older checkout action RHEL 7's glibc is incompatible with the Git binary in this latest action. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d15cfc..1bf1cc9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: container: image: registry.access.redhat.com/rhel7:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Add CentOS Yum repos run: | cat < /etc/yum.repos.d/centos.repo