diff --git a/.github/workflows/dotnet-format-daily.yml b/.github/workflows/dotnet-format-daily.yml index a5a743f4..01dbd21b 100644 --- a/.github/workflows/dotnet-format-daily.yml +++ b/.github/workflows/dotnet-format-daily.yml @@ -16,7 +16,7 @@ jobs: - name: Run dotnet format id: format - uses: jfversluis/dotnet-format@v1.0.5 + uses: jfversluis/dotnet-format@v1.0.9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} action: "fix"