From cd00e84b80f4576f8ff113be1281a592be693423 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 27 Jun 2023 21:40:45 -0500 Subject: [PATCH] ci: Upgrade muno92/resharper_inspectcode --- .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 93807c29..31be3c2a 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.8 + uses: muno92/resharper_inspectcode@v1 with: workingDirectory: src solutionPath: Recyclarr.sln