Skip to content

Commit

Permalink
Use csharpier version compatible with the current dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Jan 30, 2025
1 parent 4e13941 commit bfefc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
6.0.x
- name: Setup CSharpier
shell: bash
run: dotnet tool install csharpier -g
run: dotnet tool install csharpier -g --version 0.29.2
- name: Install dependencies
if: inputs.install_dependencies == 'true'
shell: bash
Expand Down

0 comments on commit bfefc58

Please sign in to comment.