From 39fe417d3e2a7fadedc18ee6282b74914991d0c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:09:21 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8f3a438..c33ff7c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.1.0", + "version": "3.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5a8c9d..c5f625c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cake build id: cake @@ -126,7 +126,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cake build id: cake @@ -169,7 +169,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cake build id: cake