From 5712929f23f5c63ca4e908c2514e974cee5465b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Z=C3=BCrcher?= Date: Mon, 4 Aug 2025 17:31:43 +0200 Subject: [PATCH] another try with checkout v4 --- .gitea/workflows/build-multi-plaform.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-multi-plaform.yaml b/.gitea/workflows/build-multi-plaform.yaml index fe60adb..9e55b95 100644 --- a/.gitea/workflows/build-multi-plaform.yaml +++ b/.gitea/workflows/build-multi-plaform.yaml @@ -11,8 +11,7 @@ jobs: steps: - name: Checkout repository - run: | - git clone https://gitea.tecamino.com/paadi/tecamino-proccessSupervisor.git . + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4