Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 authored Sep 5, 2023
1 parent e3f1e1d commit fab52cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
config: [debug, production]
platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
config: [Debug, Production]
platform: [x64, ARM]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
config: [Debug, Production]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
Expand Down

0 comments on commit fab52cc

Please sign in to comment.