From 6202f7ec26f1ec16dd5ae39e6a0869c0327da065 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Thu, 28 Aug 2025 23:28:23 +0300 Subject: [PATCH] Update sgeupdated pipeline --- .gitea/workflows/sgeupdated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index b6cbe7d..5712276 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -12,7 +12,7 @@ jobs: steps: # 1. Checkout the repo - name: Checkout repo - uses: actions/checkout@v3 + uses: gitea/checkout@v3 # 2. Detect changed files - name: Get changed files