Skip to content

Commit

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

Bump microsoft/setup-msbuild from 1 to 2
  • Loading branch information
chcg authored Feb 6, 2024
2 parents 9aa85a7 + cf02305 commit bb30f24
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_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild of plugin dll
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# make release

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild of plugin dll
working-directory: .
Expand Down

0 comments on commit bb30f24

Please sign in to comment.