Skip to content

Commit

Permalink
Bump actions/setup-dotnet action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 07a444a commit 8dd3e50
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: 7.0.402
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: 7.0.402
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: 7.0.402
Expand Down

0 comments on commit 8dd3e50

Please sign in to comment.