From df52350eacb8bda007929d3b91d4201404dabb16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:39:57 +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 69ef7d9..726d353 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@v4.1.0 + uses: actions/setup-dotnet@v4.3.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.405 - name: Cake build id: cake @@ -123,10 +123,10 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.3.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.405 - name: Cake build id: cake @@ -166,10 +166,10 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.3.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.405 - name: Cake build id: cake