diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-09-06 19:41:46 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-09-06 19:41:46 -0300 |
commit | e32ac2fe81a3ab4e5532f1a67a5df3c6904aad2b (patch) | |
tree | 3ce786a96b135f2d57b232dc7363d096fb88377a /.github | |
parent | 80d50c14866f6e58ee57792a383920a7e8a1274a (diff) | |
download | perl6-matrix-client-e32ac2fe81a3ab4e5532f1a67a5df3c6904aad2b.tar.gz |
[Github workflow] Change actions/checkout from v2 to v1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88a2991..c0d8c82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ 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@v1 + - name: Run tests id: tests uses: JJ/raku-container-action@master |