diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 11a4a72..7e89544 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 480 steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Update submodule run: git submodule update --init - name: Building image and sdk