diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 992a5fe..91294e1 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -16,7 +16,8 @@ jobs: run: curl -I https://git.softuniq.eu - name: Checkout code - uses: actions/checkout@v3 + uses: | + git -c protocol.version=3 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 https://git.softuniq.eu/Telegram-Market/telegram-shop/ - name: Set up Node.js 22 run: |