Update actions/setup-dotnet action to v6

This commit is contained in:
renovate[bot]
2026-07-16 07:02:47 +00:00
committed by GitHub
parent f8771b52ec
commit 2b57a5725c
5 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
repository: ${{ inputs.repository }}
- name: Configure .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: '10.0.x'