Skip to content

Commit

Permalink
Bump dependency cake.tool to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 635c475 commit a843ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "4.2.0",
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EOF
# renovate: datasource=nuget depName=cake.tool
RUN <<EOF
set -ex
version=4.2.0
version=5.0.0
dotnet tool install cake.tool --version $version --tool-path /tools
dotnet nuget locals all --clear
chmod 755 /tools/dotnet-cake
Expand Down

0 comments on commit a843ac5

Please sign in to comment.