Skip to content

Commit

Permalink
actions/checkout v4 do not work on RHEL 7
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jun 17, 2024
1 parent f0391a2 commit d8cb64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/centos/centos:7
steps:
- uses: actions/checkout@v4
# XXX: Checkout v4 do not work on RHEL 7
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install build requisites
Expand Down

0 comments on commit d8cb64b

Please sign in to comment.