Skip to content

Commit

Permalink
Merge pull request #1818 from microsoft/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-4

build(deps): bump actions/setup-dotnet from 1 to 4
  • Loading branch information
dscho authored Oct 24, 2024
2 parents 17d346d + 21c39f7 commit c3c5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: src

- name: Install .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.201

Expand Down

0 comments on commit c3c5a6b

Please sign in to comment.