Merge pull request #137 from jellyfin/renovate/actions-setup-dotnet-6.x

Update actions/setup-dotnet action to v6
This commit is contained in:
Joshua M. Boniface
2026-08-17 13:37:04 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -597,7 +597,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Setup .NET"
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}
+1 -1
View File
@@ -664,7 +664,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Setup .NET"
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}
+1 -1
View File
@@ -666,7 +666,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Setup .NET"
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}