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 03e19a5 commit fa46329Copy full SHA for fa46329
.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
@@ -24,10 +24,10 @@ jobs:
name: "Build and run unit tests"
steps:
- name: Checkout repository
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4
30
31
32
33
0 commit comments