From a3466419e5785fadd303568c07fd3d12686c67e3 Mon Sep 17 00:00:00 2001 From: Steven Lizano Date: Tue, 14 May 2024 10:06:01 -0600 Subject: [PATCH] update linter action to net 8.0.x --- .github/workflows/linter.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index dc328598f..1c00a29aa 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,10 +19,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true -env: - DOTNET_VERSION: 6.0 - DOTNET_LEGACY_VERSION: 4.7.1 - jobs: run-linter: name: Run linter @@ -33,7 +29,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: '8.0.x' dotnet-quality: 'ga' - name: Run linters uses: wearerequired/lint-action@v2