From 39a72808a911c5eab6a065e021f6609453bab8ed Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 9 Apr 2020 12:23:41 -0400 Subject: [PATCH] CI: switch to checkout v2 this might fix occasional reference is not a tree errors. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9ee3ba..acfa611 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: [ubuntu-18.04] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: setup run: | sudo apt-get install gfortran libopenmpi-dev openmpi-common openmpi-bin libblas-dev liblapack-dev libblas3 liblapack3 @@ -27,7 +27,7 @@ jobs: runs-on: [macos-latest] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: info run: | g++ -v @@ -43,7 +43,7 @@ jobs: runs-on: [macos-latest] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: setup run: | brew install openmpi -- 2.39.5