Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Jun 1, 2024
1 parent 1b29984 commit cacf61c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.5

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x

- name: Build everything
run: |
Expand Down

0 comments on commit cacf61c

Please sign in to comment.