Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 86dc253 commit 06a76ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.403
dotnet-version: 8.0.404

- name: Cake build
id: cake
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.403
dotnet-version: 8.0.404

- name: Cake build
id: cake
Expand Down Expand Up @@ -166,10 +166,10 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.403
dotnet-version: 8.0.404

- name: Cake build
id: cake
Expand Down

0 comments on commit 06a76ea

Please sign in to comment.