We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d316e commit 2ab8c29Copy full SHA for 2ab8c29
.github/workflows/aot-check.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 1
24
25
- name: Setup .NET 9.0.x
26
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4
27
with:
28
dotnet-version: 9.0.x
29
.github/workflows/dotnetcore.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/[email protected]
36
37
- name: Setup .NET 9.x
38
39
40
dotnet-version: 9.x
41
0 commit comments