Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Update actions/checkout from v2 to v4
Update microsoft/setup-msbuild from v1.0.2 to v2
  • Loading branch information
FreeTheTech101 committed Mar 22, 2024
1 parent d86ce13 commit 85622ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -24,7 +24,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand Down

0 comments on commit 85622ec

Please sign in to comment.