Update c-cpp.yml, upgrade checkout action
This commit is contained in:
parent
3aef796bd5
commit
5dec93f774
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: C CI
|
||||
name: Cee-lang CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: make
|
||||
run: make
|
||||
- name: example
|
||||
|
|
Loading…
Reference in a new issue