From 5e7ecf1bcdd3d54fedb5761926f71738a3629360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:23:15 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 6 +++--- .github/workflows/ci.yaml | 6 +++--- .gitlab-ci.yml | 6 +++--- scripts/bootstrap.cake | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 948ac6c..72257ce 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: 8.0.201 + version: 8.0.203 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.201 + version: 8.0.203 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.201 + version: 8.0.203 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0cb7ba..7114f9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.203 - name: Cache packages uses: actions/cache@v4.0.1 @@ -82,7 +82,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.203 - name: Cache packages uses: actions/cache@v4.0.1 @@ -108,7 +108,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.203 - name: Cache packages uses: actions/cache@v4.0.1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1067a1..d116bc0 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 8.0.201 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.203 - 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 8.0.201 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.203 # - 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 8.0.201"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.203"' - $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH" - dotnet tool restore ; dotnet cake --verbosity=verbose diff --git a/scripts/bootstrap.cake b/scripts/bootstrap.cake index 0eb5b72..5bede8e 100644 --- a/scripts/bootstrap.cake +++ b/scripts/bootstrap.cake @@ -1,6 +1,6 @@ #addin nuget:?package=Cake.Docker&version=1.3.0 -#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.2 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.3 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake