chore(deps): update actions/setup-dotnet action to v5

This commit is contained in:
renovate[bot] 2025-09-03 05:06:56 +00:00 committed by GitHub
parent f135826ef4
commit 714f0b6d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
known_hosts: ${{ secrets.SSH_KNOWN_HOST }}
- name: Setup .NET Core SDK 9.x
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.x'