From 333090d36e9c080c2192d4be4ebf63899b14144c Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 16 Jan 2020 20:30:05 +0100 Subject: [PATCH] chore(ci): update to actions/checkoutv2 Improved performance: fetches only a single commit by default. https://github.com/actions/checkout#whats-new --- .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 54da8a64..b043d0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - ubuntu-latest - windows-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: fetch-depth: 5 - name: Set up Ruby 2.6