aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-07-17 13:56:55 +0200
committerGitHub <noreply@github.com>2026-07-17 13:56:55 +0200
commita96dc8bd9b1e2fc2a897a7d73839abf5bc5b81d4 (patch)
treeebe694340636cc943ec520500566ef1d7181b175 /.github/workflows/ci-tests.yml
parentd146c347b4e07398310362f4ce99b1ee5c128512 (diff)
parent2b57a5725c90299c579bff814e5a464d5f37be36 (diff)
Merge pull request #17354 from jellyfin/renovate/actions-setup-dotnet-6.x
Diffstat (limited to '.github/workflows/ci-tests.yml')
-rw-r--r--.github/workflows/ci-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 3d06993b66..f8704fb1eb 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
+ - uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: ${{ env.SDK_VERSION }}