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