Use checkout v2 to avoid issues on retriggering

This commit is contained in:
Massimiliano Culpo 2020-02-26 16:18:13 +01:00 committed by Peter Scheibel
parent 89f4ce964b
commit 2fbc774c8b

View File

@ -28,7 +28,7 @@ jobs:
matrix:
package: [lz4, mpich, tut, py-setuptools, openjpeg, r-rcpp]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache ccache's store
uses: actions/cache@v1
with: