From: Jukka Kurkela Date: Thu, 27 Feb 2020 17:28:11 +0000 (+0200) Subject: Update to actions/checkout@v2 (#7163) X-Git-Tag: v3.0.0-alpha~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf263ec6d104c383723256f53804735c700a094;p=thirdparty%2FChart.js.git Update to actions/checkout@v2 (#7163) --- 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