From 60e787e7e16bb444a15fd6b0a647dedc8ceaddbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 03:17:30 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 6 +++--- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 6 +++--- .gitlab-ci.yml | 6 +++--- Directory.Build.props | 2 +- scripts/bootstrap.cake | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 4cc4a23..dc63790 100644 --- a/.azure-pipelines.yaml +++ b/.azure-pipelines.yaml @@ -46,7 +46,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 7.0.402 + version: 7.0.404 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 7.0.402 + version: 7.0.404 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 7.0.402 + version: 7.0.404 - task: Cache@2 displayName: Cache packages diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8f3a438..c33ff7c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.1.0", + "version": "3.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17bddfa..bfbf0b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cache packages uses: actions/cache@v3.3.2 @@ -79,7 +79,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cache packages uses: actions/cache@v3.3.2 @@ -104,7 +104,7 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.402 + dotnet-version: 7.0.404 - name: Cache packages uses: actions/cache@v3.3.2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e949547..1697ee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build-linux: files: [ packages.lock.json ] script: # renovate: datasource=dotnet depName=dotnet-sdk - - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose @@ -52,7 +52,7 @@ build-linux: # files: [ packages.lock.json ] # script: # # renovate: datasource=dotnet depName=dotnet-sdk -# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404 # - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH # - dotnet tool restore && dotnet cake --verbosity=verbose @@ -66,6 +66,6 @@ build-windows: files: [ packages.lock.json ] script: # renovate: datasource=dotnet depName=dotnet-sdk - - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.402"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.404"' - $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH" - dotnet tool restore ; dotnet cake --verbosity=verbose diff --git a/Directory.Build.props b/Directory.Build.props index 2a97ce9..6cbd90f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,6 +22,6 @@ - + diff --git a/scripts/bootstrap.cake b/scripts/bootstrap.cake index 34387bd..fd94f2f 100644 --- a/scripts/bootstrap.cake +++ b/scripts/bootstrap.cake @@ -1,6 +1,6 @@ -#addin nuget:?package=Cake.Docker&version=1.2.2 +#addin nuget:?package=Cake.Docker&version=1.2.3 -#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.1.26 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.0 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake