Update actions/setup-dotnet action to v5

This commit is contained in:
renovate[bot]
2025-09-03 05:58:03 +00:00
committed by GitHub
parent 729990ac33
commit 4b5c080e59
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 }}

View File

@@ -658,7 +658,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 }}

View File

@@ -660,7 +660,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 }}