From 713d2baafce51db2d8c2a63c1dc80d510fef2c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:41:27 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ebf1316..c41a4ac 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "6.0.0", + "version": "6.1.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d16e279..7e103f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 filter: tree:0 @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 filter: tree:0 @@ -83,7 +83,7 @@ jobs: uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.102 + dotnet-version: 10.0.103 - name: Cake build id: cake @@ -104,7 +104,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 filter: tree:0 @@ -126,7 +126,7 @@ jobs: uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.102 + dotnet-version: 10.0.103 - name: Cake build id: cake @@ -147,7 +147,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout source - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 filter: tree:0 @@ -169,7 +169,7 @@ jobs: uses: actions/setup-dotnet@v5.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 10.0.102 + dotnet-version: 10.0.103 - name: Cake build id: cake