ci/github: bump the checkout action to version 2

actions/checkout@v1 sometimes fails, bumping the version should fix it. See:
https://github.com/actions/checkout/issues/23
This commit is contained in:
Ondřej Budai 2020-04-01 14:10:16 +02:00
parent bbd71efeff
commit c081844954

View file

@ -23,7 +23,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Check that source has been prepared
run: |