Skip to content

Commit

Permalink
Merge pull request #643 from GitTools/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
gep13 authored Jan 9, 2025
2 parents edfca6e + a3ada19 commit 5f58f44
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 @@ -44,7 +44,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.1.x
Expand Down

0 comments on commit 5f58f44

Please sign in to comment.