From ecf263ec6d104c383723256f53804735c700a094 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Thu, 27 Feb 2020 19:28:11 +0200 Subject: [PATCH] Update to actions/checkout@v2 (#7163) --- .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 968f66f84..db07f6e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v1 - name: Setup xvfb -- 2.47.2