Skip to content

Commit

Permalink
only centos7 use checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Jul 12, 2024
1 parent cbdca43 commit a36eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
image: apache/pegasus:thirdparties-bin-centos7-${{ github.base_ref }}
steps:
- name: Clone code
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Rebuild thirdparty if needed
uses: "./.github/actions/rebuild_thirdparty_if_needed"
- name: Build Pegasus
Expand Down

0 comments on commit a36eb6f

Please sign in to comment.