From ad8904e34beb5769bfd0200929646871f8cb6665 Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Wed, 17 Jul 2024 20:12:06 -0500 Subject: [PATCH] Update action versions Update versions of some actions to be compatible with newer Windows runner --- .github/workflows/windows_build_test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_build_test.yml b/.github/workflows/windows_build_test.yml index a2a9ba273..442a931ae 100644 --- a/.github/workflows/windows_build_test.yml +++ b/.github/workflows/windows_build_test.yml @@ -39,7 +39,7 @@ jobs: runs-on: windows-2019 steps: - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: auto-activate-base: true activate-environment: "" @@ -89,7 +89,9 @@ jobs: cmake --build . --config Release cmake --install . --config Release - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + submodules: true - name: build DAGMC shell: bash -l {0}