chore(deps): update actions/setup-dotnet action to v5.3.0 (#5208)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-28 08:57:24 -04:00
committed by GitHub
parent 4c825027e7
commit ec2b30ef26

View File

@@ -171,7 +171,7 @@ jobs:
Remove-Item -Path doxygen-setup.exe Remove-Item -Path doxygen-setup.exe
- name: Setup dotnet # needed for wix - name: Setup dotnet # needed for wix
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
with: with:
dotnet-version: '10.x' dotnet-version: '10.x'