Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump dependencies
  • Loading branch information
renovate[bot] authored Oct 10, 2025
commit d2eca4611d0340f0303aa5521c194aca1cfb2e37
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "5.0.0",
"version": "5.1.0",
"commands": [
"dotnet-cake"
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/setup-dotnet@v5.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.202
dotnet-version: 9.0.305

- name: Cake build
id: cake
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/setup-dotnet@v5.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.202
dotnet-version: 9.0.305

- name: Cake build
id: cake
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/setup-dotnet@v5.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.202
dotnet-version: 9.0.305

- name: Cake build
id: cake
Expand Down
Loading