Skip to content

Commit 230e869

Browse files
committed
Fixing setup-dotnet reference
1 parent 719e7b3 commit 230e869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: "15"
24-
- uses: ./.github/actions/setup-dotnet
24+
- uses: OrchardCMS/OrchardCore/.github/actions/setup-dotnet@main
2525
- name: Build
2626
# We disable NuGet audit warnings, see https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904.
2727
# Security issues being discovered in NuGet packages we use can happen at any time, and thus all our CI builds that

0 commit comments

Comments
 (0)