From ef037e3901c966c3c8bb61000037955fcc2aa65f Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 7 Jul 2023 14:43:17 +0300 Subject: [PATCH] Update dotnet-format-daily.yml --- .github/workflows/dotnet-format-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-format-daily.yml b/.github/workflows/dotnet-format-daily.yml index 539b5648..d6175b92 100644 --- a/.github/workflows/dotnet-format-daily.yml +++ b/.github/workflows/dotnet-format-daily.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Code Formatting - uses: butr/actions-code-format-setup@v1.5 + uses: butr/actions-code-format-setup@v1 with: workspace: "src/BUTR.Site.NexusMods.sln" github-token: ${{ secrets.GITHUB_TOKEN }}