fix(github-action): update actions/setup-dotnet (v4.3.0 → v4.3.1) (#82)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-24 10:07:50 +00:00
committed by GitHub
parent 85f88126e0
commit 5378420242
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ runs:
default-version: '7.0'
- name: Setup .NET SDK
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}'