From a47f618cbbe41325c0fbb4d82157d633e4776303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:54:08 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c41a4ac..12812b5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "6.1.0", + "version": "6.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e103f0..4b7b5d0 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.1.0 + uses: actions/setup-dotnet@v5.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.103 + dotnet-version: 10.0.300 - 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.1.0 + uses: actions/setup-dotnet@v5.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.103 + dotnet-version: 10.0.300 - 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.1.0 + uses: actions/setup-dotnet@v5.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.103 + dotnet-version: 10.0.300 - name: Cake build id: cake