From d2525f1ceea8532b1ae8c774cf31053f6cb04007 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 21 Mar 2025 19:23:04 +0100 Subject: [PATCH] rollback to checkout v3 as error found on docker container --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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