From c750098e39b86e1ecaa77803a9d112f2053d8460 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:12:41 +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..2771481 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.2.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.2.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.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.405 - name: Cake build id: cake