diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 7c730ae..97f3f7d 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.402 + version: 8.0.403 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.402 + version: 8.0.403 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.402 + version: 8.0.403 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cabee3..6a13a38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,14 +26,14 @@ jobs: container: dockfool/cake-docker:latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 show-progress: false - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -56,10 +56,10 @@ jobs: uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.402 + dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -72,7 +72,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -82,10 +82,10 @@ jobs: uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.402 + dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -98,7 +98,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 filter: tree:0 @@ -108,10 +108,10 @@ jobs: uses: actions/setup-dotnet@v4.0.1 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.402 + dotnet-version: 8.0.403 - name: Cache packages - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 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 80040ee..be0d778 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.402 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403 - 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.402 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403 # - 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.402"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.403"' - $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 22140f0..11988a9 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.10 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.11 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake