diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-06 17:09:41 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2024-02-14 22:04:18 (GMT) |
commit | 215df64fd4ee792bb1281e982e069dcffba5efa2 (patch) | |
tree | 4a2269a168f8b08228391e1240a037b2a04d620d /.github/workflows/linux-auto-aocc-ompi.yml | |
parent | 9681fdc1ab844a6540af0ad21f2a9fb3caaf8cb7 (diff) | |
download | hdf5-215df64fd4ee792bb1281e982e069dcffba5efa2.zip hdf5-215df64fd4ee792bb1281e982e069dcffba5efa2.tar.gz hdf5-215df64fd4ee792bb1281e982e069dcffba5efa2.tar.bz2 |
Bump the github-actions group with 6 updates (#3981)
Diffstat (limited to '.github/workflows/linux-auto-aocc-ompi.yml')
-rw-r--r-- | .github/workflows/linux-auto-aocc-ompi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-auto-aocc-ompi.yml b/.github/workflows/linux-auto-aocc-ompi.yml index d39ac40..c535bf7 100644 --- a/.github/workflows/linux-auto-aocc-ompi.yml +++ b/.github/workflows/linux-auto-aocc-ompi.yml @@ -44,7 +44,7 @@ jobs: clang -v - name: Cache OpenMPI 4.1.5 installation id: cache-openmpi-4_1_5 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/work/hdf5/hdf5/openmpi-4.1.5-install key: ${{ runner.os }}-${{ runner.arch }}-openmpi-4_1_5-cache |