Skip to content

Commit

Permalink
Merge pull request #402 from XAMLMarkupExtensions/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/microsoft/setup-msbuild-2

Bump microsoft/setup-msbuild from 1 to 2
  • Loading branch information
konne authored Mar 9, 2024
2 parents e043a00 + 540e4f7 commit 7bf9efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git fetch --prune
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Cache Nuget
uses: actions/cache@v3.3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2

- name: Write Fullkey.snk
uses: RollyPeres/base64-to-path@v1
Expand Down

0 comments on commit 7bf9efe

Please sign in to comment.