Skip to content

Commit

Permalink
(maint) Update actions/setup-dotnet action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent aaa2788 commit 20e09a6
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:
run: git fetch --prune --unshallow

- name: Install .NET SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.3.0
with:
# all SDKs the project is targeting + codecov and unittests need 2.1
dotnet-version: |
Expand Down

0 comments on commit 20e09a6

Please sign in to comment.