Skip to content

Commit 023d025

Browse files
committed
fix: update unit test action to remove nodejs error
1 parent 2d4ced3 commit 023d025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
OMPI_VERSION: 4.1.5
1111
steps:
1212

13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
# We don't want to build openmpi each time this workflow is
1616
# run. Setup caching of OpenMPI after it is built and installed.
1717
# See "Caching dependencies to speed up workflows" on the GH
1818
# actions docs.
1919
- name: Cache OpenMPI
2020
id: cache-openmpi
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: openmpi-${{ env.OMPI_VERSION }}/installed
2424
key: openmpi-${{ env.OMPI_VERSION }}

0 commit comments

Comments
 (0)