diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml index fb76385..f3a14fc 100644 --- a/.forgejo/workflows/actions.yml +++ b/.forgejo/workflows/actions.yml @@ -7,5 +7,5 @@ jobs: - name: Setup dotnet uses: https://github.com/actions/setup-dotnet@v4 with: - dotnet-version: '4.x' + dotnet-version: '6.x' - run: dotnet build