From c081844954aa575644ca617261dd81f15f4bb911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 1 Apr 2020 14:10:16 +0200 Subject: [PATCH] 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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8415348f0..830e3c26e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |