Skip to content

Commit

Permalink
Use updated action versions (#1302)
Browse files Browse the repository at this point in the history
Update versions for checkout and setup-msbuild
  • Loading branch information
chreden authored Nov 16, 2024
1 parent 1487c46 commit d76b57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Build x64
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: setup-msbuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Build Solution (x64)
run: msbuild trview.sln /property:Configuration=Release /property:Platform=x64 /m
Expand Down

0 comments on commit d76b57e

Please sign in to comment.