From 7b8e488a803694aed9efac19899d6033a5150162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:08:00 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 6 +++--- .github/workflows/ci.yaml | 22 +++++++++++----------- .gitlab-ci.yml | 6 +++--- Directory.Build.props | 2 +- scripts/bootstrap.cake | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 634bc0e..4cc4a23 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.400 + version: 7.0.402 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 7.0.400 + version: 7.0.402 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 7.0.400 + version: 7.0.402 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4869dac..17bddfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,13 +26,13 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 submodules: recursive - name: Cache packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 submodules: recursive @@ -54,10 +54,10 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.400 + dotnet-version: 7.0.402 - name: Cache packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -70,7 +70,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 submodules: recursive @@ -79,10 +79,10 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.400 + dotnet-version: 7.0.402 - name: Cache packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -95,7 +95,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout source - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 submodules: recursive @@ -104,10 +104,10 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 7.0.400 + dotnet-version: 7.0.402 - name: Cache packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.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 a408340..e949547 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.400 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402 - 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.400 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402 # - 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.400"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.402"' - $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 9763c35..2a97ce9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,6 +22,6 @@ - + diff --git a/scripts/bootstrap.cake b/scripts/bootstrap.cake index 92e2be8..34387bd 100644 --- a/scripts/bootstrap.cake +++ b/scripts/bootstrap.cake @@ -1,6 +1,6 @@ #addin nuget:?package=Cake.Docker&version=1.2.2 -#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.1.24 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.1.26 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake