From 3f91fab842a22d5a2f5599fb27f203cd9b71ccde Mon Sep 17 00:00:00 2001
From: Sohrab Behdani <behdanisohrab@gmail.com>
Date: Wed, 19 Mar 2025 14:17:12 +0330
Subject: [PATCH] added git for testing

---
 .forgejo/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml
index e37a6da..0fa783b 100644
--- a/.forgejo/workflows/build.yml
+++ b/.forgejo/workflows/build.yml
@@ -31,9 +31,9 @@ jobs:
 
     steps:
       - name: nodejs installation
-        run: pacman -Syu nodejs --noconfirm
+        run: pacman -Syu nodejs base-devel git --noconfirm
 
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       
       - name: Configure Git user
         run: |