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 719e7b3 commit 230e869Copy full SHA for 230e869
1 file changed
.github/workflows/pr_ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-node@v4
22
with:
23
node-version: "15"
24
- - uses: ./.github/actions/setup-dotnet
+ - uses: OrchardCMS/OrchardCore/.github/actions/setup-dotnet@main
25
- name: Build
26
# We disable NuGet audit warnings, see https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904.
27
# Security issues being discovered in NuGet packages we use can happen at any time, and thus all our CI builds that
0 commit comments