Skip to content

Commit

Permalink
Merge pull request #112 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jul 22, 2024
2 parents 396764a + f928e83 commit 80f4c6f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 8.0.302
version: 8.0.303

- task: Cache@2
displayName: Cache packages
Expand All @@ -70,7 +70,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 8.0.302
version: 8.0.303

- task: Cache@2
displayName: Cache packages
Expand All @@ -94,7 +94,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 8.0.302
version: 8.0.303

- task: Cache@2
displayName: Cache packages
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.0.1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
dotnet-version: 8.0.303

- name: Cache packages
uses: actions/cache@v4.0.2
Expand All @@ -79,10 +79,10 @@ jobs:
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.0.1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
dotnet-version: 8.0.303

- name: Cache packages
uses: actions/cache@v4.0.2
Expand All @@ -105,10 +105,10 @@ jobs:
show-progress: false

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.0.1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.302
dotnet-version: 8.0.303

- name: Cache packages
uses: actions/cache@v4.0.2
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 @@ 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.302
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.303
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
- dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -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.302
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.303
# - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
# - dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -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.302"'
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.303"'
- $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH"
- dotnet tool restore ; dotnet cake --verbosity=verbose
2 changes: 1 addition & 1 deletion scripts/bootstrap.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#addin nuget:?package=Cake.Docker&version=1.3.0

#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.6
#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.8
#tool dotnet:?package=GitVersion.Tool&version=5.12.0

#load aliases.cake
Expand Down

0 comments on commit 80f4c6f

Please sign in to comment.