We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4ced3 commit 023d025Copy full SHA for 023d025
.github/workflows/build_and_test.yml
@@ -10,15 +10,15 @@ jobs:
10
OMPI_VERSION: 4.1.5
11
steps:
12
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
# We don't want to build openmpi each time this workflow is
16
# run. Setup caching of OpenMPI after it is built and installed.
17
# See "Caching dependencies to speed up workflows" on the GH
18
# actions docs.
19
- name: Cache OpenMPI
20
id: cache-openmpi
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: openmpi-${{ env.OMPI_VERSION }}/installed
24
key: openmpi-${{ env.OMPI_VERSION }}
0 commit comments