diff --git a/.github/workflows/dotnet-workflow-common.yml b/.github/workflows/dotnet-workflow-common.yml index dbb7a48a..c2156df9 100644 --- a/.github/workflows/dotnet-workflow-common.yml +++ b/.github/workflows/dotnet-workflow-common.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Check code formatting - uses: zupit-it/pipeline-templates/.github/actions/dotnet/format@dotnet-formatter-version-choice + uses: zupit-it/pipeline-templates/.github/actions/dotnet/format@v1.8.1 with: WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} CSHARPIER_VERSION: ${{ inputs.CSHARPIER_VERSION }}