diff --git a/csharp-build/action.yml b/csharp-build/action.yml index 04da496..99cf734 100644 --- a/csharp-build/action.yml +++ b/csharp-build/action.yml @@ -148,7 +148,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ steps.detect-dotnet-version.outputs.detected-version }} cache: true diff --git a/csharp-lint-check/action.yml b/csharp-lint-check/action.yml index f6da2a6..9179e44 100644 --- a/csharp-lint-check/action.yml +++ b/csharp-lint-check/action.yml @@ -164,7 +164,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ steps.detect-dotnet-version.outputs.detected-version }} cache: true diff --git a/csharp-publish/action.yml b/csharp-publish/action.yml index d9dbfa8..348062c 100644 --- a/csharp-publish/action.yml +++ b/csharp-publish/action.yml @@ -162,7 +162,7 @@ runs: echo "Final detected .NET version: $detected_version" >&2 - name: Setup .NET SDK - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: ${{ inputs.dotnet-version || steps.detect-dotnet-version.outputs.detected-version }} cache: true