chore(deps)!: update actions/setup-dotnet (v4.3.1 → v5.0.0) (#236)

This commit is contained in:
renovate[bot]
2025-09-08 12:54:15 +00:00
committed by GitHub
parent 7d8560b64d
commit 98dc9529de
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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
with:
dotnet-version: '${{ steps.detect-dotnet-version.outputs.dotnet-version }}'