Skip to content

Commit

Permalink
Merge pull request #102 from gitfool/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Jan 7, 2024
2 parents c843f7e + b16241c commit 339fc73
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 @@ -51,7 +51,7 @@ jobs:
submodules: recursive

- 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 All @@ -76,7 +76,7 @@ jobs:
submodules: recursive

- 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 All @@ -101,7 +101,7 @@ jobs:
submodules: recursive

- 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 339fc73

Please sign in to comment.