Skip to content

Commit

Permalink
CI: Downgrade checkout action to v3 for Linux container
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Simran-B committed Sep 11, 2023
1 parent a850d5e commit b04d16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b04d16c

Please sign in to comment.