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