Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 180f297 commit 735bcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.200
- name: Setup dotnet tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.200

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- build
steps:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.200
- name: Download nuget packages
Expand Down

0 comments on commit 735bcdb

Please sign in to comment.