Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2022
1 parent f82fb98 commit f0c36a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions .azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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
Expand All @@ -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') }}
Expand All @@ -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
Expand All @@ -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') }}
Expand All @@ -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
Expand All @@ -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') }}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

0 comments on commit f0c36a9

Please sign in to comment.