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.
1 parent 2e7be97 commit d3b2165Copy full SHA for d3b2165
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Setup dotnet
28
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.2.0
29
30
- name: Restore
31
run: dotnet restore
.github/workflows/release-artifacts.yml
@@ -26,7 +26,7 @@ jobs:
- name: Build
32
shell: bash
0 commit comments