Skip to content

Commit 0aebdbe

Browse files
authored
[CI] Upgrade checkout action (#4940)
* upgrade the checkout action on build pipeline * upgrade the checkout action on build pipeline
1 parent 61b68b6 commit 0aebdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
CC: "ccache gcc"
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Install sox
2121
run: sudo apt-get install -y sox intel-mkl
2222
- name: Install python2

0 commit comments

Comments
 (0)