From f0c36a9b7185fa99636eed222f780ae965d94bb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 16:29:14 +0000 Subject: [PATCH] Bump dependencies --- .azure-pipelines.yaml | 20 ++++++++++---------- .github/workflows/ci.yaml | 22 +++++++++++----------- .gitlab-ci.yml | 6 +++--- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 2a236ad..632964d 100644 --- a/.azure-pipelines.yaml +++ b/.azure-pipelines.yaml @@ -24,7 +24,7 @@ jobs: displayName: Checkout source submodules: recursive - - task: Cache@2 + - task: Cache@2.198.0 displayName: Cache packages inputs: path: $(NUGET_PACKAGES) @@ -42,13 +42,13 @@ jobs: displayName: Checkout source submodules: recursive - - task: UseDotNet@2 + - task: UseDotNet@2.207.2 displayName: Install dotnet inputs: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - version: 6.0.302 + version: 6.0.400 - - task: Cache@2 + - task: Cache@2.198.0 displayName: Cache packages inputs: path: $(NUGET_PACKAGES) @@ -66,13 +66,13 @@ jobs: displayName: Checkout source submodules: recursive - - task: UseDotNet@2 + - task: UseDotNet@2.207.2 displayName: Install dotnet inputs: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - version: 6.0.302 + version: 6.0.400 - - task: Cache@2 + - task: Cache@2.198.0 displayName: Cache packages inputs: path: $(NUGET_PACKAGES) @@ -90,13 +90,13 @@ jobs: displayName: Checkout source submodules: recursive - - task: UseDotNet@2 + - task: UseDotNet@2.207.2 displayName: Install dotnet inputs: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - version: 6.0.302 + version: 6.0.400 - - task: Cache@2 + - task: Cache@2.198.0 displayName: Cache packages inputs: path: $(NUGET_PACKAGES) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5afe86..59d46fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: submodules: recursive - name: Cache packages - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -43,7 +43,7 @@ jobs: run: dotnet tool restore && dotnet cake --verbosity=verbose --publish=true - name: Show outputs - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v6.1.1 with: script: | // show outputs @@ -63,10 +63,10 @@ jobs: uses: actions/setup-dotnet@v2.1.0 with: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - dotnet-version: 6.0.302 + dotnet-version: 6.0.400 - name: Cache packages - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -77,7 +77,7 @@ jobs: run: dotnet tool restore && dotnet cake --verbosity=verbose - name: Show outputs - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v6.1.1 with: script: | // show outputs @@ -97,10 +97,10 @@ jobs: uses: actions/setup-dotnet@v2.1.0 with: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - dotnet-version: 6.0.302 + dotnet-version: 6.0.400 - name: Cache packages - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -111,7 +111,7 @@ jobs: run: dotnet tool restore && dotnet cake --verbosity=verbose - name: Show outputs - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v6.1.1 with: script: | // show outputs @@ -131,10 +131,10 @@ jobs: uses: actions/setup-dotnet@v2.1.0 with: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - dotnet-version: 6.0.302 + dotnet-version: 6.0.400 - name: Cache packages - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -145,7 +145,7 @@ jobs: run: dotnet tool restore && dotnet cake --verbosity=verbose - name: Show outputs - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v6.1.1 with: script: | // show outputs diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9372d3d..55db188 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ linux: files: [ packages.lock.json ] script: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 6.0.302 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 6.0.400 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose @@ -52,7 +52,7 @@ linux: # files: [ packages.lock.json ] # script: # # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk -# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 6.0.302 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 6.0.400 # - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH # - dotnet tool restore && dotnet cake --verbosity=verbose @@ -66,6 +66,6 @@ windows: files: [ packages.lock.json ] script: # renovate: datasource=docker depName=dotnet-sdk packageName=mcr.microsoft.com/dotnet/sdk - - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 6.0.302"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 6.0.400"' - $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH" - dotnet tool restore ; dotnet cake --verbosity=verbose