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

This commit is contained in:
renovate[bot]
2025-11-25 05:45:11 +00:00
committed by GitHub
parent f00b6bfdf1
commit f4467fcd38
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
submodules: recursive
- name: Setup .NET Core
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}

View File

@@ -87,7 +87,7 @@ jobs:
show-progress: false
- name: Setup .NET Core
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}