Skip to content

Commit

Permalink
actions/checkout v4 do not work on RHEL 7 (#61)
Browse files Browse the repository at this point in the history
actions/checkout v4 do not work on RHEL 7.
See
https://github.com/EGI-Federation/bdii/actions/runs/9543330578/job/26299738320

At some point we will drop support for packaging and releasing for
CentOS 7, but it wasn't yet decided.
  • Loading branch information
gwarf authored Jun 17, 2024
1 parent f0391a2 commit e97a09f
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 e97a09f

Please sign in to comment.