From ef731c9688248ee7fb45275cb03864d4a342607d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:14:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to 2016bd2 --- .github/actions/setup-dotnet/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-dotnet/action.yml b/.github/actions/setup-dotnet/action.yml index 3ced1ca2..129241bd 100644 --- a/.github/actions/setup-dotnet/action.yml +++ b/.github/actions/setup-dotnet/action.yml @@ -12,7 +12,7 @@ runs: - name: Setup .NET SDK id: setup-dotnet - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 with: dotnet-version: 8 cache: true