Skip to content

Commit bb9419f

Browse files
authored
Merge pull request #678 from NetSparkleUpdater/dependabot/github_actions/microsoft/setup-msbuild-3.0.0
Bump microsoft/setup-msbuild from 2.0.0 to 3.0.0
2 parents 853c703 + bd8dbe2 commit bb9419f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# nuget-version: '5.x'
4444

4545
- name: Add MSBuild to PATH
46-
uses: microsoft/setup-msbuild@v2.0.0
46+
uses: microsoft/setup-msbuild@v3.0.0
4747
if: matrix.os == 'windows-latest'
4848

4949
- name: Setup .NET 6.0, 7.0, 8.0, 9.0, 10 for tests
@@ -102,7 +102,7 @@ jobs:
102102
# nuget-version: '5.x'
103103

104104
- name: Add MSBuild to PATH
105-
uses: microsoft/setup-msbuild@v2.0.0
105+
uses: microsoft/setup-msbuild@v3.0.0
106106

107107
- name: Setup .NET 6.0, 7.0, 8.0, 9.0, 10.0
108108
uses: actions/setup-dotnet@v5.2.0
@@ -159,7 +159,7 @@ jobs:
159159
nuget-version: '5.x'
160160

161161
- name: Add MSBuild to PATH
162-
uses: microsoft/setup-msbuild@v2.0.0
162+
uses: microsoft/setup-msbuild@v3.0.0
163163

164164
- name: Setup .NET 6.0, 7.0, 8.0, 9.0, 10
165165
uses: actions/setup-dotnet@v5.2.0

0 commit comments

Comments
 (0)