We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e1afe + dc6adac commit 881a7c9Copy full SHA for 881a7c9
.github/workflows/check-dependencies.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup .NET Core SDK
34
uses: actions/setup-dotnet@v1.7.2
35
with:
36
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
37
# Run update depencies script
38
- name: Update dependencies
39
run: ./update-dependencies.ps1
0 commit comments