Skip to content

Commit 195cd47

Browse files
committed
Update dotnet version
1 parent 568e053 commit 195cd47

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: '9.0.7'
28+
dotnet-version: '9.0.301'
2929
- name: Install manual dependencies
3030
run: |
3131
python -m pip install pre-commit

0 commit comments

Comments
 (0)