diff --git a/.github/workflows/cubeide_build.yml b/.github/workflows/cubeide_build.yml index b7f73f4..c1ad521 100644 --- a/.github/workflows/cubeide_build.yml +++ b/.github/workflows/cubeide_build.yml @@ -20,7 +20,7 @@ jobs: && apt-get update \ && apt-get install -y git - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: path: 'repo' submodules: recursive