Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tienntr committed Jul 24, 2024
1 parent a5a1fe9 commit 87a6367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Update and install build tools
# Add python-devel to support python in gdb.
# actions/checkout@v3 requires git >= 2.18.
# actions/checkout@v4 prefers (?) git >= 2.18.
# mirror.centos.org doens't exist anymore after CentOS 7 EOL.
run: |
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
Expand All @@ -49,7 +49,7 @@ jobs:
./cmake.sh --skip-license --prefix=/usr && \
rm -f cmake.sh
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Checkout submodules
run: |
Expand Down

0 comments on commit 87a6367

Please sign in to comment.