Skip to content

Commit e00f47e

Browse files
Henry PeteetGitHub Enterprise
authored andcommitted
Pin dotnet version for GHA formatting (#19)
Pins dotnet version for dotnet-format
1 parent fca587c commit e00f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: '2.6'
2323
- uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: '6.0.x'
25+
dotnet-version: '6.0.100'
2626
include-prerelease: true
2727
- name: Install manual dependencies
2828
run: |

0 commit comments

Comments
 (0)