From bc6e74a84aed95bca1d9aa0e2f97277df925fa20 Mon Sep 17 00:00:00 2001 From: Scion Date: Tue, 1 Jul 2025 13:28:45 -0700 Subject: [PATCH] Fix another dotnet reference. --- dotnet/dotnet-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/dotnet-test/action.yaml b/dotnet/dotnet-test/action.yaml index 0e92e09..b35175f 100644 --- a/dotnet/dotnet-test/action.yaml +++ b/dotnet/dotnet-test/action.yaml @@ -89,7 +89,7 @@ runs: echo "command=$COMMAND" >> "$GITHUB_OUTPUT" shell: bash - name: "Run the Unit Tests." - uses: act/common/dotnet/dotnet-6@master + uses: act/common/dotnet/dotnet@master with: command: ${{ steps.command.outputs.command }} - name: "Own artifacts."