diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 87b0025..a9b7afa 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -20,7 +20,7 @@ jobs: apt-get install -y nodejs npm install -g pkg grunt grunt-cli - name: Getting patches - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Cloning document server source run: git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver onlyoffice-document-server - name: Cloning build tools