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 d22822d commit 58e2ef0Copy full SHA for 58e2ef0
.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.2.0
+ uses: actions/setup-dotnet@v4.3.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