Skip to content

Commit

Permalink
move back checkout action to v3 for c7 (#8)
Browse files Browse the repository at this point in the history
move back checkout action to v3 for c7
  • Loading branch information
andrea-manzi authored Jun 4, 2024
1 parent 734feaf commit 802e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: centos:7
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install build requisites
Expand Down

0 comments on commit 802e640

Please sign in to comment.