Skip to content

Commit

Permalink
[CI] Use actions/checkout@v1 on CentOS 7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 26, 2024
1 parent 58fb995 commit 2d9b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
yum install -y epel-rpm-macros git rpmdevtools sudo yum-utils
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v1
with:
fetch-depth: 0

Expand Down

0 comments on commit 2d9b214

Please sign in to comment.