From 124b4bd151d09cd30951eeb1d484ca4b5eb18688 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 11 Dec 2020 10:47:54 +0100 Subject: [PATCH] Try newer `actions/checkout@v2` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08775eab933..f0c4fdf2316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: CHILD_CONCURRENCY: "1" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # TODO: rename azure-pipelines/linux/xvfb.init to github-actions - run: | sudo apt-get update