Skip to content

Commit

Permalink
update action versions from mfem/github-actions master->v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Apr 24, 2024
1 parent a00cb3c commit 1a19cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: build Hypre
if: steps.hypre-cache.outputs.cache-hit != 'true'
uses: mfem/github-actions/build-hypre@master
uses: mfem/github-actions/build-hypre@v2.4
with:
archive: ${{ env.HYPRE_ARCHIVE }}
dir: ${{ env.HYPRE_TOP_DIR }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: build Metis
if: steps.metis-cache.outputs.cache-hit != 'true'
uses: mfem/github-actions/build-metis@master
uses: mfem/github-actions/build-metis@v2.4
with:
archive: ${{ env.METIS_ARCHIVE }}
dir: ${{ env.METIS_TOP_DIR }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: build MFEM
if: steps.mfem-cache.outputs.cache-hit != 'true'
uses: mfem/github-actions/build-mfem@master
uses: mfem/github-actions/build-mfem@v2.4
with:
os: ${{ runner.os }}
hypre-dir: ${{ env.HYPRE_TOP_DIR }}
Expand Down

0 comments on commit 1a19cf8

Please sign in to comment.