Skip to content

Commit

Permalink
[CI] Upgrade checkout action (#4940)
Browse files Browse the repository at this point in the history
* upgrade the checkout action on build pipeline

* upgrade the checkout action on build pipeline
  • Loading branch information
jtrmal committed Sep 16, 2024
1 parent 61b68b6 commit 0aebdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CC: "ccache gcc"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install sox
run: sudo apt-get install -y sox intel-mkl
- name: Install python2
Expand Down

0 comments on commit 0aebdbe

Please sign in to comment.