From 7984a554c1aae36477045202c61db8d959deb7c2 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 16:33:56 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 42a474c..6e7435d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: options: --cpus 1 steps: - name: Test fuzzy controller - uses: actions/checkout@v3 + - uses: actions/checkout@v4 run: | ls -la chmod +x ./gradlew