We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb10d7 + c96afce commit e6d6a3cCopy full SHA for e6d6a3c
.github/workflows/dotnet-build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
21
with:
22
dotnet-version: '10.x'
23
.github/workflows/push.yml
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
dotnet-version: '10.x' # Updated to 10.x
108
0 commit comments