From f928e83fc61b8c0613fd037336dc05ce708cbbf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:01:17 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 6 +++--- .github/workflows/ci.yaml | 12 ++++++------ .gitlab-ci.yml | 6 +++--- scripts/bootstrap.cake | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 898fe74..8fe4079 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.302 + version: 8.0.303 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.302 + version: 8.0.303 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.302 + version: 8.0.303 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5feea2..cbe95e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,10 +53,10 @@ jobs: show-progress: false - 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: Cache packages uses: actions/cache@v4.0.2 @@ -79,10 +79,10 @@ jobs: show-progress: false - 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: Cache packages uses: actions/cache@v4.0.2 @@ -105,10 +105,10 @@ jobs: show-progress: false - 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: Cache packages uses: actions/cache@v4.0.2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd8ea02..d646b82 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.302 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.303 - 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.302 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.303 # - 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.302"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.303"' - $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 ad7fa1b..d9c8b85 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.3.6 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.8 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake