Update actions/setup-dotnet action to v5.0.1

This commit is contained in:
renovate[bot]
2025-11-25 06:04:19 +00:00
committed by GitHub
parent f560eb78c7
commit 36016ebfaf
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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