We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a65654 commit ce7be90Copy full SHA for ce7be90
.github/workflows/dotnetcore.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/[email protected]
13
- name: Setup .NET 8.0.x
14
- uses: actions/setup-dotnet@v1.7.2
+ uses: actions/setup-dotnet@v4
15
with:
16
dotnet-version: 8.0.x
17
0 commit comments