Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
Update versions of some actions to be compatible with newer Windows runner
  • Loading branch information
gonuke authored Jul 18, 2024
1 parent 7e1cdb6 commit ad8904e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit ad8904e

Please sign in to comment.