Skip to content

Commit

Permalink
Merge pull request #17 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents 07a444a + 39fe417 commit 0bad7b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "3.1.0",
"version": "3.2.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@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cake build
id: cake
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cake build
id: cake
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cake build
id: cake
Expand Down

0 comments on commit 0bad7b4

Please sign in to comment.