From 37e681a572b0cefc51b614ea1702898f130f40e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:37:55 +0000 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 4 ++-- Dockerfile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index da200cd..1f95b27 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.0.0", + "version": "4.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cef982..d58004f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,14 +22,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 filter: tree:0 show-progress: false - name: Install dotnet - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 8.0.403 diff --git a/Dockerfile b/Dockerfile index ba22dd7..7eea21b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ EOF # renovate: datasource=nuget depName=cake.tool RUN <