Skip to content

Commit

Permalink
Merge pull request #4 from szymmirr/dependabot/github_actions/microso…
Browse files Browse the repository at this point in the history
…ft/setup-msbuild-1.3.2

Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2
  • Loading branch information
szymmirr authored Jan 30, 2024
2 parents f8bb44e + 785f0da commit 02f78d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.2.0
uses: NuGet/setup-nuget@v1

- name: Restore NuGet packages
run: nuget restore WindowsFormsApplication1.sln
Expand Down

0 comments on commit 02f78d2

Please sign in to comment.