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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
- name: example
|
- name: example
|
||||||
|
|
Loading…
Reference in a new issue