From fab52cc72141ba6a298dcc7efb1d47dd18822ec9 Mon Sep 17 00:00:00 2001 From: jmorton06 Date: Tue, 5 Sep 2023 09:01:36 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 332b7a12..9737eea7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -86,7 +86,7 @@ jobs: matrix: config: [Debug, Production] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 submodules: recursive @@ -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