From 7d547083753efe52ce6b8df5944a5b0c6caf5bbe Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 21 Feb 2023 10:52:33 -0600 Subject: [PATCH] ci: Upgrade muno92/resharper_inspectcode to v1.6.8 --- .github/workflows/inspect-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inspect-code.yml b/.github/workflows/inspect-code.yml index 87ae1081..93807c29 100644 --- a/.github/workflows/inspect-code.yml +++ b/.github/workflows/inspect-code.yml @@ -36,7 +36,7 @@ jobs: run: dotnet restore src - name: Inspect Code - uses: muno92/resharper_inspectcode@1.6.7 + uses: muno92/resharper_inspectcode@1.6.8 with: workingDirectory: src solutionPath: Recyclarr.sln