We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42aa76 + 796db8a commit f71081fCopy full SHA for f71081f
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
- name: Install .NET 6 SDK
25
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
26
with:
27
dotnet-version: '6.0.201'
28
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- uses: actions/checkout@v4
15
- name: Setup .NET
16
17
18
dotnet-version: 6.0.x
19
- name: Restore dependencies
0 commit comments