Merge pull request #83 from jellyfin/renovate/actions-setup-dotnet-5.x

Update actions/setup-dotnet action to v5
This commit is contained in:
Joshua M. Boniface
2025-09-24 22:10:02 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -591,7 +591,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Setup .NET"
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}