From 795881a02084aa39d2baf84b3680a6e7ab745ccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:10:38 +0000 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65789f5..d16e279 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,10 +80,10 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.101 + dotnet-version: 10.0.102 - name: Cake build id: cake @@ -123,10 +123,10 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.101 + dotnet-version: 10.0.102 - name: Cake build id: cake @@ -166,10 +166,10 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.101 + dotnet-version: 10.0.102 - name: Cake build id: cake