From 16633ab02d13be2d53afdf32b39332cf3010f4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kozie=C5=82?= Date: Thu, 20 Nov 2025 17:13:03 +0200 Subject: [PATCH] change ci yaml file for ex 4 fix 4 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bb2f874..7e12dee 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v3a + - uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0.x' - run: dotnet restore