We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96ea8a commit 2b21d3eCopy full SHA for 2b21d3e
.github/workflows/deploy.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@v3
21
22
- - name: Setup .NET 6
+ - name: Setup .NET 8
23
uses: actions/setup-dotnet@v3
24
with:
25
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
26
27
- name: Restore dependencies
28
run: dotnet restore
.github/workflows/pull-request.yml
@@ -17,10 +17,10 @@ jobs:
17
18
0 commit comments