From 6d01a602812a344212af70eec0e35d0a95acb133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:21:32 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 6 +++--- .github/workflows/ci.yaml | 14 +++++++------- .gitlab-ci.yml | 6 +++--- scripts/bootstrap.cake | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 72257ce..689c783 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.203 + version: 8.0.204 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.203 + version: 8.0.204 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.203 + version: 8.0.204 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7114f9f..7acb7c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: show-progress: false - name: Cache packages - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -56,10 +56,10 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.203 + dotnet-version: 8.0.204 - name: Cache packages - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -82,10 +82,10 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.203 + dotnet-version: 8.0.204 - name: Cache packages - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -108,10 +108,10 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.203 + dotnet-version: 8.0.204 - name: Cache packages - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d116bc0..142d4ab 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.203 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.204 - 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.203 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.204 # - 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.203"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.204"' - $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 5bede8e..327a6d4 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.3 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.4 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake