Skip to content

Commit 568e053

Browse files
committed
Use dotnet 9.x in pre-commits to fix dotnet-format failures
1 parent 876d97e commit 568e053

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
@@ -25,7 +25,7 @@ jobs:
2525
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2626
- uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: '8.0.202'
28+
dotnet-version: '9.0.7'
2929
- name: Install manual dependencies
3030
run: |
3131
python -m pip install pre-commit

0 commit comments

Comments
 (0)