Skip to content

Commit bfe5c40

Browse files
Bump dependencies
1 parent db8beb8 commit bfe5c40

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.azure-pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
displayName: Install dotnet
4747
inputs:
4848
# renovate: datasource=dotnet depName=dotnet-sdk
49-
version: 8.0.402
49+
version: 8.0.403
5050

5151
- task: Cache@2
5252
displayName: Cache packages
@@ -70,7 +70,7 @@ jobs:
7070
displayName: Install dotnet
7171
inputs:
7272
# renovate: datasource=dotnet depName=dotnet-sdk
73-
version: 8.0.402
73+
version: 8.0.403
7474

7575
- task: Cache@2
7676
displayName: Cache packages
@@ -94,7 +94,7 @@ jobs:
9494
displayName: Install dotnet
9595
inputs:
9696
# renovate: datasource=dotnet depName=dotnet-sdk
97-
version: 8.0.402
97+
version: 8.0.403
9898

9999
- task: Cache@2
100100
displayName: Cache packages

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
container: dockfool/cake-docker:latest
2727
steps:
2828
- name: Checkout source
29-
uses: actions/checkout@v4.2.0
29+
uses: actions/checkout@v4.2.1
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
3333
show-progress: false
3434

3535
- name: Cache packages
36-
uses: actions/cache@v4.0.2
36+
uses: actions/cache@v4.1.1
3737
with:
3838
path: ${{ env.NUGET_PACKAGES }}
3939
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout source
49-
uses: actions/checkout@v4.2.0
49+
uses: actions/checkout@v4.2.1
5050
with:
5151
fetch-depth: 0
5252
filter: tree:0
@@ -56,10 +56,10 @@ jobs:
5656
uses: actions/setup-dotnet@v4.0.1
5757
with:
5858
# renovate: datasource=dotnet depName=dotnet-sdk
59-
dotnet-version: 8.0.402
59+
dotnet-version: 8.0.403
6060

6161
- name: Cache packages
62-
uses: actions/cache@v4.0.2
62+
uses: actions/cache@v4.1.1
6363
with:
6464
path: ${{ env.NUGET_PACKAGES }}
6565
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: macos-latest
7373
steps:
7474
- name: Checkout source
75-
uses: actions/checkout@v4.2.0
75+
uses: actions/checkout@v4.2.1
7676
with:
7777
fetch-depth: 0
7878
filter: tree:0
@@ -82,10 +82,10 @@ jobs:
8282
uses: actions/setup-dotnet@v4.0.1
8383
with:
8484
# renovate: datasource=dotnet depName=dotnet-sdk
85-
dotnet-version: 8.0.402
85+
dotnet-version: 8.0.403
8686

8787
- name: Cache packages
88-
uses: actions/cache@v4.0.2
88+
uses: actions/cache@v4.1.1
8989
with:
9090
path: ${{ env.NUGET_PACKAGES }}
9191
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: windows-latest
9999
steps:
100100
- name: Checkout source
101-
uses: actions/checkout@v4.2.0
101+
uses: actions/checkout@v4.2.1
102102
with:
103103
fetch-depth: 0
104104
filter: tree:0
@@ -108,10 +108,10 @@ jobs:
108108
uses: actions/setup-dotnet@v4.0.1
109109
with:
110110
# renovate: datasource=dotnet depName=dotnet-sdk
111-
dotnet-version: 8.0.402
111+
dotnet-version: 8.0.403
112112

113113
- name: Cache packages
114-
uses: actions/cache@v4.0.2
114+
uses: actions/cache@v4.1.1
115115
with:
116116
path: ${{ env.NUGET_PACKAGES }}
117117
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build-linux:
3838
files: [ packages.lock.json ]
3939
script:
4040
# renovate: datasource=dotnet depName=dotnet-sdk
41-
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.402
41+
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403
4242
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
4343
- dotnet tool restore && dotnet cake --verbosity=verbose
4444

@@ -52,7 +52,7 @@ build-linux:
5252
# files: [ packages.lock.json ]
5353
# script:
5454
# # renovate: datasource=dotnet depName=dotnet-sdk
55-
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.402
55+
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403
5656
# - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
5757
# - dotnet tool restore && dotnet cake --verbosity=verbose
5858

@@ -66,6 +66,6 @@ build-windows:
6666
files: [ packages.lock.json ]
6767
script:
6868
# renovate: datasource=dotnet depName=dotnet-sdk
69-
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.402"'
69+
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.403"'
7070
- $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH"
7171
- dotnet tool restore ; dotnet cake --verbosity=verbose

scripts/bootstrap.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#addin nuget:?package=Cake.Docker&version=1.3.0
22

3-
#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.10
3+
#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.3.11
44
#tool dotnet:?package=GitVersion.Tool&version=5.12.0
55

66
#load aliases.cake

0 commit comments

Comments
 (0)