Skip to content
Merged
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
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/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.102
dotnet-version: 9.0.202

- 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/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.102
dotnet-version: 9.0.202

- 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/[email protected].0
uses: actions/[email protected].1
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 9.0.102
dotnet-version: 9.0.202

- name: Cake build
id: cake
Expand Down
Loading