diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c95ff2a..dce1358 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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