We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e42654 + 3f3f501 commit 0254e64Copy full SHA for 0254e64
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Setup .NET
23
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4.2.0
24
with:
25
dotnet-version: |
26
3.1.x
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
0 commit comments