We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 253ea0a + d1a1c05 commit aca3e59Copy full SHA for aca3e59
.github/workflows/auto-release.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Setup .NET
18
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
19
with:
20
dotnet-version: '7.0.x'
21
.github/workflows/on_pull_request.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Setup .NET Core
25
26
27
dotnet-version: ${{ matrix.dotnet }}
28
0 commit comments