diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2f1a910..ef131a2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -17,7 +17,7 @@ "rollForward": false }, "dotnet-outdated-tool": { - "version": "4.6.9", + "version": "4.7.0", "commands": [ "dotnet-outdated" ], diff --git a/.github/workflows/run-codegen-pull-request-task.yml b/.github/workflows/run-codegen-pull-request-task.yml index c897b94..7eb489b 100644 --- a/.github/workflows/run-codegen-pull-request-task.yml +++ b/.github/workflows/run-codegen-pull-request-task.yml @@ -20,8 +20,8 @@ jobs: uses: actions/checkout@v6 - name: Run codegen step - run: >- - dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj -- + run: | + dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj -- \ --codepath . - name: Format code step