Skip to content

Commit

Permalink
Bump microsoft/setup-msbuild to v2 (#21)
Browse files Browse the repository at this point in the history
v1 uses an older Node version that will soon no longer be supported by GitHub Actions
  • Loading branch information
GeckoEidechse authored Feb 4, 2024
1 parent 26a6104 commit 9fb9f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Build
run: |
cargo build --release --verbose
Expand Down

0 comments on commit 9fb9f7d

Please sign in to comment.