From 6cb99446b0661890f169dbae1369eae78eaf714d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:33:21 +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 bac56de..91c121f 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.0.0 + uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.302 + dotnet-version: 8.0.303 - 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.0.0 + uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.302 + dotnet-version: 8.0.303 - 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.0.0 + uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.302 + dotnet-version: 8.0.303 - name: Cake build id: cake