Skip to content

Commit

Permalink
Merge pull request #21 from gitfool/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents 1f51e80 + 6572b3f commit 49cbe05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.100
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.100
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
console.log(JSON.stringify(contexts, null, 2));
- name: Install dotnet
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 8.0.100
Expand Down

0 comments on commit 49cbe05

Please sign in to comment.