Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent d9e312a commit 84cefc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install .NET SDKs
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: |
6.0.x
Expand Down

0 comments on commit 84cefc2

Please sign in to comment.