diff --git a/.github/workflows/redcapi-api-action.yml b/.github/workflows/redcapi-api-action.yml index 6ee3373..23c655a 100644 --- a/.github/workflows/redcapi-api-action.yml +++ b/.github/workflows/redcapi-api-action.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.301 + dotnet-version: 8.0.* - name: Install dependencies run: dotnet restore - name: Build