Skip to content

Commit

Permalink
Merge pull request #151 from OneIdentity/dependabot/github_actions/mi…
Browse files Browse the repository at this point in the history
…crosoft/setup-msbuild-2.0.0

Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0
  • Loading branch information
joergrosenkranz committed Mar 1, 2024
2 parents 2927ab0 + 2a121e6 commit 115b7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2.0.0

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2.0.0

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand Down

0 comments on commit 115b7d5

Please sign in to comment.