diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 63a242be3b4f9a5fe55a4f1cb9b57a076a7b2286..8b6d4ea20c19b7dfa810c8ec37b75b5a39352a62 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # We don't want to build openmpi each time this workflow is # run. Setup caching of OpenMPI after it is built and installed. @@ -28,7 +28,7 @@ jobs: # actions docs. - name: Cache OpenMPI id: cache-openmpi - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: openmpi-4.1.4/installed key: openmpi-4.1.4