diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 69ef1c0..c537223 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -36,7 +36,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: VALIDATE_ALL_CODEBASE: false # Change to 'master' if your main branch differs